UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

11 lines (10 loc) 173 B
{ "Comment": "Example of the Succeed State", "StartAt": "SucceedState", "States": { "SucceedState": { "Type": "Succeed", "InputPath": null } } }