UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

7 lines (6 loc) 130 B
module.exports = class IncrementQuantity { run (event, context) { event.quantity++ context.sendTaskSuccess(event) } }