UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

20 lines (19 loc) 643 B
// And export instances module.exports = { formFilling: require('./Form-filling'), goodbye: require('./Goodbye'), incrementQuantity: require('./increment-quantity'), helloWorld: require('./Hello-world'), hello: require('./Hello'), world: require('./World'), add: require('./Add'), subtract: require('./Subtract'), exception: require('./Exception'), httpCantConnect: require('./HttpCantConnect'), httpNotFound: require('./HttpNotFound'), failure: require('./Failure'), failWithError: require('./FailWithError'), stuttery: require('./Stuttery'), ilive: require('./Ilive'), passThrough: require('./PassThrough') }