diff --git a/src/index.js b/src/index.js index 5893f9d..a9d772c 100644 --- a/src/index.js +++ b/src/index.js @@ -1 +1,3 @@ -console.log('hello world'); \ No newline at end of file +exports.handler = async function (event, context) { + context.succeed('hello world'); +} \ No newline at end of file