UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

14 lines (13 loc) 231 B
{ "StartAt": "p", "States": { "p": { "Type": "Task", "Resource": "foo:bar", "Parameters": { "abc.$": "States.JsonToString($.xyz)" }, "End": true } } }