Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif authored May 18, 2024
1 parent 686b915 commit d12d3c9
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 d12d3c9

Please sign in to comment.