UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

12 lines (11 loc) 218 B
{ "StartAt": "p", "States": { "p": { "Type": "Pass", "Result": { "foo": 1 , "bar": 2}, "InputPath": "States.Format('{} xyz {}', 1, 'def')", "End": true } } }