Open
Description
Describe the bug
The current value is still:
"AWS_STEP_FUNCTIONS_STARTED_BY_EXECUTION_ID": "$$.Execution.Id"
It should be: "{% $states.context.Execution.Id %}"
Regression Issue
- Select this option if this issue appears to be a regression.
Last Known Working CDK Version
No response
Expected Behavior
associate_with_parent should work
Current Behavior
associate_with_parent does not work
Reproduction Steps
sfn_tasks.StepFunctionsStartExecution(
...
query_language=sfn.QueryLanguage.JSONATA,
associate_with_parent=True,
...
)
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.1005.0
Framework Version
No response
Node.js Version
v18.16.0
OS
Mac 15.3.2
Language
Python
Language Version
3.13
Other information
No response