From 4b4212a8602bf6a9966791338a461e08f5b24a9d Mon Sep 17 00:00:00 2001 From: Kajal Thakur Date: Wed, 26 Mar 2025 11:20:53 +0000 Subject: [PATCH] code update recorded at: 26/03/25 11:20:53 --- handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.js b/handler.js index 2e720b7..e32aa50 100644 --- a/handler.js +++ b/handler.js @@ -3,7 +3,7 @@ export const handler = async (event, res) => { try { // Prepare the response JSON const responseJson = { - message: "Hello World" + message: "Hello World.." }; // Print the JSON response to stdout