diff --git a/package.json b/package.json deleted file mode 100644 index 70cdd80..0000000 --- a/package.json +++ /dev/null @@ -1,7 +0,0 @@ -exports.handler = async (event) => { - const response = { - statusCode: 200, - body: JSON.stringify("Hello from Lambda and Github!"), - } - return response -}