UNPKG

aws-lager

Version:

AWS Lambda / API Gateway / Endpoint Router

12 lines (8 loc) 188 B
'use strict'; module.exports = function(input, cb) { console.log(input); cb(null, { 'msg': 'This message is being sent from Amazon Lambda', 'providen-input': input }); };