diff --git a/handler.js b/handler.js index 1dc5f3d..8245b97 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: "Hdddeldddlodddd World" + message: "Hdddeldddlodddd dWorld" }; // Print the JSON response to stdout