UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

14 lines (13 loc) 259 B
{ "Comment": "Example of the Pass State", "StartAt": "TaskState", "States": { "TaskState": { "Type": "Task", "Resource": "module:passThrough", "InputPath": "$.georefOf", "ResultPath": "$.place", "End": true } } }