(step-functions): Dynamic passing of bucket and prefix to result writer of distributed map #32687
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Analogous to #29409, which was solved in #31619, I would like to pass
sfn.JsonPath
s tosfn.ResultWriter(bucket=[...], prefix=[...])
. Currently I have to know the bucket and can not read it dynamically from the input event.Use Case
I want to define my state machine using CDK and use all features of the Distributed Map
Proposed Solution
Create a Result Writer that can take a string in place of a bucket.
Example cdk code in python:
Other Information
No response
Acknowledgements
CDK version used
2.173.2
Environment details (OS name and version, etc.)
macOS Sequoia 15.2
The text was updated successfully, but these errors were encountered: