-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Description
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
Labels
No labels