UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

17 lines (16 loc) 324 B
{ "Comment": "Example of the Pass State", "StartAt": "TaskState", "States": { "TaskState": { "Type": "Task", "Resource": "module:passThrough", "ResultSelector": { "place.$": "$.georefOf" }, "ResultPath": "$.where", "OutputPath": "$.where", "End": true } } }