UNPKG

@connected-home/serverless

Version:

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

8 lines (6 loc) 180 B
'use strict'; module.exports.handler = function(event, context) { return context.done(null, { message: 'Go Serverless! Your Lambda function executed successfully!' }); };