@wmfs/statelint
Version:
Validator for Amazon States Language JSON files.
28 lines (27 loc) • 498 B
JSON
{
"StartAt": "m",
"States": {
"m": {
"Type": "Map",
"Parameters": {
"foo.$": "$.bar"
},
"ItemSelector": {
"foo.$": "$.bar"
},
"ItemProcessor": {
"ProcessorConfig": {
"Mode": "INLINE"
},
"StartAt": "x",
"States": {
"x": {
"Type": "Pass",
"End": true
}
}
},
"End": true
}
}
}