UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

7 lines (6 loc) 120 B
module.exports = class Add { run (input, context) { const [x, y] = input context.sendTaskSuccess(x + y) } }