@wmfs/statebox
Version:
Orchestrate Node functions using Amazon States Language
8 lines (7 loc) • 348 B
JavaScript
module.exports = {
succeed: require('./succeed.json'),
succeedWithInputPath: require('./succeed-with-input-path.json'),
succeedWithNullInputPath: require('./succeed-with-null-input-path.json'),
succeedWithOutputPath: require('./succeed-with-output-path.json'),
succeedWithNullOutputPath: require('./succeed-with-null-output-path.json')
}