UNPKG

@bitblit/epsilon

Version:

Tiny adapter to simplify building API gateway Lambda APIS

12 lines 434 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ratchet_cli_handler_1 = require("./cli/ratchet-cli-handler"); const handler = new ratchet_cli_handler_1.RatchetCliHandler(); handler.findAndExecuteHandler().then(out => { console.log('Normal exit: ', out); }).catch(err => { console.error('Error : %s', err); process.exit(-1); }); //# sourceMappingURL=epsilon-cli.js.map