UNPKG

colly

Version:

Another serverless framework for AWS Lambda and API Gateway

6 lines 117 B
module.exports = { "done": () => { console.log( "context.done fired" ); return "contents of done function"; } }