UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

12 lines (11 loc) 180 B
{ "Comment": "Example of the Pass State", "StartAt": "PassState", "States": { "PassState": { "Type": "Pass", "InputPath": null, "End": true } } }