UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

11 lines 219 B
{ "Comment": "A simple minimal example of the States language", "StartAt": "Hello World", "States": { "Hello World": { "Type": "Task", "Resource": "module:helloWorld", "End": true } } }