UNPKG

@wmfs/statelint

Version:

Validator for Amazon States Language JSON files.

26 lines (25 loc) 345 B
{ "StartAt": "p", "States": { "p": { "Type": "Parallel", "Branches": [ { "StartAt": "x", "States": { "x": { "Type": "Succeed" } } } ], "Parameters": "$.foo", "ResultSelector": { "a": "x", "b.$": "$.y", "c.$": "$$.z" }, "End": true } } }