Skip to content

[aws-stepfunctions] Support for ResultSelector #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rodrick10 opened this issue Feb 7, 2022 · 1 comment
Closed

[aws-stepfunctions] Support for ResultSelector #185

rodrick10 opened this issue Feb 7, 2022 · 1 comment

Comments

@rodrick10
Copy link

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

@wong-a
Copy link
Contributor

wong-a commented Feb 8, 2022

Thanks for the feature request. This is a missing capability in the Python SDK. Closing as a duplicate of #95

There is an open PR to add it (#102). I'll follow up with the team to see how we can get this shipped.

@wong-a wong-a closed this as completed Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants