diff --git a/handler.js b/handler.js index 9742e9f..0c71281 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: "Hddello Woddfhfghfdsgdrffffld" + message: "Hddello Woddfhfghfdsgdfffrffffld" }; // Print the JSON response to stdout