UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

13 lines (12 loc) 226 B
{ "Comment": "Example of the Pass State", "StartAt": "TaskState", "States": { "TaskState": { "Type": "Task", "Resource": "module:passThrough", "ResultPath": "$.where", "End": true } } }