UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

18 lines (17 loc) 548 B
// And export instances module.exports = { formFilling: require('./Form-filling'), goodbye: require('./Goodbye'), 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') }