You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
An error occurred (InvalidDefinition) when calling the CreateStateMachine operation: ASLParserException ['line 6:19, at "$$.State.Name", no viable alternative at input \'"ErrorPath":"$$.State.Name"\'', 'line 7:19, at "$$.StateMachine.Name", no viable alternative at input \'"CausePath":"$$.StateMachine.Name"\'']
Expected Behavior
The ASL should parse correctly, and the state machine should return the state's name, and the state machine's name.
How are you starting LocalStack?
With a docker-compose file
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)
docker-compose up
Client commands (e.g., AWS SDK code snippet, or sequence of "awslocal" commands)