UNPKG

colly

Version:

Another serverless framework for AWS Lambda and API Gateway

7 lines (4 loc) 114 B
exports.handler = function ( event, context, callback ) { context.done(); callback( null, event.message ); }