UNPKG

@bitblit/ratchet-epsilon-common

Version:

Tiny adapter to simplify building API gateway Lambda APIS

11 lines (9 loc) 321 B
#!/usr/bin/env node import { RatchetCliHandler } from '../lib/cli/ratchet-cli-handler.js'; try { //const RatchetCliHandler = await import('../dist/cli-bootstrap/ratchet-cli-handler.js'); await new RatchetCliHandler().findAndExecuteHandler(); } catch (err) { console.error('Error : %s', err); process.exit(-1); }