UNPKG

serverless

Version:

The Serverless Application Framework - Powered By Amazon Web Services - http://www.serverless.com

7 lines (5 loc) 186 B
'use strict'; // Lambda Handler module.exports.handler = function(event, context) { return context.done(null, { message: '"functionThree" lambda function has run successfully' }); };