UNPKG

92 BJavaScriptView Raw
1module.exports.handler = function(event, context) {
2 context.succeed('Hello World!');
3};