UNPKG

aws-lager

Version:

AWS Lambda / API Gateway / Endpoint Router

7 lines (5 loc) 161 B
'use strict'; module.exports = function(input, cb) { var fn = require('./endpoints' + input.endpoint.path + '/' + input.endpoint.method); fn(input, cb); };