UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

10 lines 235 B
{ "StartAt": "FailState", "States": { "FailState": { "Type": "Fail", "ErrorPath": "States.Format('this is the error: {}, and this is the cause: {}', $.Error, $.Cause)", "CausePath": "States.UUID()" } } }