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