UNPKG

@wmfs/statebox

Version:

Orchestrate Node functions using Amazon States Language

11 lines (8 loc) 300 B
const findInputPathHandler = require('./input-path-handler') const findResultPathHandler = require('./result-path-handler') const findOutputPathHandler = require('./find-selector') module.exports = { Input: findInputPathHandler, Result: findResultPathHandler, Output: findOutputPathHandler }