[stepfunctions] Choice state does not allow state input (Json path '$') as a condition #8990
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p1
Choice state
Conditions
are currently restricted to variables that must start with$.
or$[
, however, the state input of$
is also valid but not supported.Reproduction Steps
another example that uses the Choice state with a condition on '$' is the sample map state state machine in the Step Functions documentation.
Error Log
When synthesizing a state machine with a choice state that verifies '$', the error message presented is:
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: