UNPKG

aws-lager

Version:

AWS Lambda / API Gateway / Endpoint Router

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