From 5c79efc2c3f0ebb88f22b8eb714834b3e0a2849c Mon Sep 17 00:00:00 2001 From: Anuj Sahu Date: Mon, 20 Apr 2026 07:56:50 +0000 Subject: [PATCH] code update recorded at: 20/04/26 07:56:50 --- handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler.js b/handler.js index 55b0d1b..b64de21 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: "Hebbbllo World" + message: "env check World" }; // Print the JSON response to stdout