UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

10 lines 153 B
{ "StartAt": "FailState", "States": { "FailState": { "Type": "Fail", "ErrorPath": "$.Error", "CausePath": "$.Cause" } } }