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
This is a bug. Duplicate state names aren't allowed.
From the Amazon States Language spec:
States are represented as fields of the top-level “States” object. The state name, whose length MUST BE less than or equal to 128 Unicode characters, is the field name; state names MUST be unique within the scope of the whole state machine.
A duplicate state name gets past both this linter and the initial console editor.
It doesn't show as an error until you try to save in the console.
While it's a relatively trivial matter it should nonetheless be easy to catch?
More useful the longer the function is of course.
The following passes...
The text was updated successfully, but these errors were encountered: