Skip to content

Commit

Permalink
Merge pull request #1 from axonasif/patch-1
Browse files Browse the repository at this point in the history
Updated the message
  • Loading branch information
timam authored May 18, 2024
2 parents 686b915 + d12d3c9 commit 0ff7579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/lambda/src/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exports.handler = async (event) => {
const response = {
statusCode: 200,
body: JSON.stringify('Hello from Lambda!!!')
body: JSON.stringify('Hello from AWS Community Day 2024!')
};
return response;
};

0 comments on commit 0ff7579

Please sign in to comment.