@wmfs/statelint
Version:
Validator for Amazon States Language JSON files.
31 lines (30 loc) • 496 B
JSON
{
"StartAt": "m",
"States": {
"m": {
"Type": "Map",
"ItemProcessor": {
"ProcessorConfig": {
"Mode": "INLINE"
},
"StartAt": "y",
"States": {
"y": {
"Type": "Pass",
"End": true
}
}
},
"Iterator": {
"StartAt": "x",
"States": {
"x": {
"Type": "Pass",
"End": true
}
}
},
"End": true
}
}
}