Compare commits

...

1 Commits

Author SHA1 Message Date
Anuj Sahu 687ef26a9f code update recorded at: 26/03/26 15:25:56 2026-03-26 15:25:56 +00:00

View File

@ -3,7 +3,7 @@ export const handler = async (event, res) => {
try { try {
// Prepare the response JSON // Prepare the response JSON
const responseJson = { const responseJson = {
message: "Hello World" message: "Hello Worldmm"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout