-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
@aws-cdk/aws-lambdaRelated to AWS LambdaRelated to AWS LambdabugThis issue is a bug.This issue is a bug.effort/mediumMedium work item – several days of effortMedium work item – several days of effortp1
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
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-lambdaRelated to AWS LambdaRelated to AWS LambdabugThis issue is a bug.This issue is a bug.effort/mediumMedium work item – several days of effortMedium work item – several days of effortp1