Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocol authored Oct 7, 2024
1 parent 58f8938 commit 426ef3e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
exports.handler = async (event) => {
const response = {
statusCode: 200,
body: JSON.stringify("Hello from Lambda and Github. This is a test done on November 2021 and looks like it works :) !"),
}
return response
}

0 comments on commit 426ef3e

Please sign in to comment.