From 6836c7a1643065ac2dad886e9387d7adac5464e3 Mon Sep 17 00:00:00 2001 From: "anujsahu@gofynd.com" Date: Fri, 27 Feb 2026 12:03:07 +0000 Subject: [PATCH] from workspace --- handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 handler.js diff --git a/handler.js b/handler.js old mode 100644 new mode 100755 index 2e720b7..4beaf7d --- 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 Worlsssssssssss" }; // Print the JSON response to stdout