UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

14 lines (13 loc) 215 B
{ "StartAt": "p", "States": { "p": { "Type": "Task", "Resource": "foo:bar", "Parameters": { "abc.$": "States.Format('{} xyz {}', 1, 'def')" }, "End": true } } }