Skip to content

[aws-stepfunctions] Support for ResultSelector #185

@rodrick10

Description

@rodrick10

I have trying to find a way of using the ResultSelector with the stef functions python sdk just like with have input_path, result_path or output_path. Seems like there is not a method to implemnet this feature.

There is a similar issue but for the cdk project: cdk_issue

In my case I want to select the output of a LambdaStep to only consider the Payload. Something like this:

lambda_step= steps.compute.LambdaStep(
    "Lambda ID",
    parameters={"FunctionName": "function_name"}
    result_selector: {"output.$": "$.output.Payload"}
   )

This is a 🚀 Feature Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions