stepfunctions-tasks: Cannot use JSON path in ContainerOverrides #4078
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
guidance
Question that needs advice or information.
needs-reproduction
This issue needs reproduction.
🐛 Bug Report
What is the problem?
EcsRunTaskBase
does not generateStates[].Parameters
of AWS::StepFunctions::StateMachine that refers the execution's input using JSON Path like a$.command
properly.refs. https://docs.aws.amazon.com/step-functions/latest/dg/connect-ecs.html
e.g.:
expected output:
but got:
Reproduction Steps
Verbose Log
input:
TaskScheduled event log:
Environment
Other information
Current my workaround:
maybe related: #1480 #2937
The text was updated successfully, but these errors were encountered: