UNPKG

hapiest-lambda-deploy

Version:

Package that makes deploying AWS Lambda Functions simple and easy

4 lines 127 B
exports.handler = (event, context, callback) => { console.log('Hello, world!'); callback(null, 'Hello from Lambda'); };