diff --git a/handler.js b/handler.js index a5ded7a..01ae93d 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 Woddfhfghdrld" + message: "Hello Woddfhfghdrffffld" }; // Print the JSON response to stdout