aws-stepfuntions: ResultWriter support for bucket and prefix JSONPath #31171
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
Currently, the CDK generates the following parameter output for ResultWriter:
However, when browsing the State Machine GUI, there is an option to specify bucket & prefix via JSONPath at runtime, which generates the following
Use Case
Would like to be able to leverage the path varieties for giving a state-driven prefix to make it easier for filtering per-run results
Proposed Solution
I would anticipate this would have a very similar approach to the recently submitted #30836 due to similar constraints around existing
bucket
andprefix
parameters, and similar area of impact.Other Information
No response
Acknowledgements
CDK version used
2.151.0
Environment details (OS name and version, etc.)
Any
The text was updated successfully, but these errors were encountered: