UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

18 lines (17 loc) 326 B
{ "Comment": "Example of the Pass State", "StartAt": "PassState", "States": { "PassState": { "Type": "Pass", "Parameters": { "x-datum": 0, "y-datum": 600, "where.$": "$.georefOf" }, "ResultPath": "$.place", "OutputPath": "$.place", "End": true } } }