{ "StartAt": "Array items type syntax (Retry, Catch and ErrorEquals) https://github.com/ChristopheBougere/asl-validator/pull/55", "States": { "Testing": { "Type": "Task", "Resource": "arn:aws:lambda:us-west-2:111126812102:function:some-dev-function", "Catch": [ { "ErrorEquals": [true], "Next": "Success" } ], "Next": "Success" }, "Success": { "Type": "Pass", "End": true } } }