UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

14 lines 262 B
{ "Comment": "Testing the required resource config", "StartAt": "Goodbye", "States": { "Goodbye": { "Type": "Task", "Resource": "module:goodbye", "ResourceConfig": { "message": "GOODBYE!" }, "End": true } } }