@wmfs/statebox
Version:
Orchestrate Node functions using Amazon States Language
20 lines (19 loc) • 376 B
JSON
{
"Comment": "Example of the Pass State",
"StartAt": "TaskState",
"States": {
"TaskState": {
"Type": "Task",
"Resource": "module:passThrough",
"InputPath": "$.theOtherGeorefOf",
"Parameters": {
"x-datum": 0,
"y-datum": 600,
"input": {
"where.$": "$.georefOf"
}
},
"End": true
}
}
}