Skip to content

Commit

Permalink
Remove AWS_STEP_FUNCTIONS_STARTED_BY_EXECUTION_ID (#26133)
Browse files Browse the repository at this point in the history
This field is never used. Removing it to avoid confusing customers.
  • Loading branch information
kimi-p authored Nov 5, 2024
1 parent cd89602 commit 5d10ae5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ To link your Step Function traces to nested Step Function traces, configure your
"StateMachineArn": "${stateMachineArn}",
"Input": {
"StatePayload": "Hello from Step Functions!",
"AWS_STEP_FUNCTIONS_STARTED_BY_EXECUTION_ID.$": "$$.Execution.Id",
"CONTEXT": {
"Execution.$": "$$.Execution",
"State.$": "$$.State",
Expand Down

0 comments on commit 5d10ae5

Please sign in to comment.