Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocol authored Oct 7, 2024
1 parent 426ef3e commit cded5ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
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!"),
}
return response
}

0 comments on commit cded5ad

Please sign in to comment.