-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Labels
@aws-cdk/aws-stepfunctions-tasksfeature-requestA feature should be added or improved.A feature should be added or improved.p3
Description
Describe the feature
Allow StepFunctionsStartExecutionProps to take an ARN to the child step function as well as the actual Step Function.
Use Case
I have a Step Function which can discover Child Step Functions through ARN's registered in the Parameter Store.
However, currently the only way to call the child - is to explicitly create it and pass to StepFunctionsStartExecutionProps - This means every time a new Child Step function is added (in its own Repo) - The parent Step Function has to be modified and redeployed.
Proposed Solution
Allow StepFunctionsStartExecutionProps to take a ARN for the child Step Function (passed in as a parameter through JSONPath or JSONata)
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
AWS CDK Library version (aws-cdk-lib)
empty
AWS CDK CLI version
2.1018.0 (build e629e30)
Environment details (OS name and version, etc.)
macOS Sequoia 15.5
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-stepfunctions-tasksfeature-requestA feature should be added or improved.A feature should be added or improved.p3