UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

7 lines (6 loc) 121 B
module.exports = class World { run (event, context) { console.log('...WORLD!') context.sendTaskSuccess() } }