UNPKG

lambda-tools

Version:

Scripts for working with AWS Lambda backed microservices

6 lines (4 loc) 104 B
"use strict"; exports.handler = function(event, context) { context.done(null, "Hello, world!"); };