@wmfs/statebox
Version:
Orchestrate Node functions using Amazon States Language
18 lines (17 loc) • 938 B
JavaScript
module.exports = {
formFilling: require('./form-filling.json'),
errorCodeAndErrorObject: require('./error-code-and-error-object.json'),
errorCodeAndMessage: require('./error-code-and-message.json'),
errorException: require('./error-exception.json'),
errorHttpCantConnect: require('./error-http-cant-connect.json'),
errorHttpNotFound: require('./error-http-not-found.json'),
helloWorld: require('./hello-world.json'),
helloThenWorld: require('./hello-then-world.json'),
helloThenWorldThroughException: require('./hello-world-with-caught-failures.json'),
helloThenFailure: require('./hello-then-failure.json'),
helloThenUncaughtFailure: require('./hello-then-uncaught-failure.json'),
helloFailButLiveAgain: require('./hello-fail-but-live-again'),
calculator: require('./calculator.json'),
calculatorWithInputPaths: require('./calculator-with-input-paths.json'),
choice: require('./choice-state/choice.json')
}