code update recorded at: 26/03/25 11:20:53

This commit is contained in:
Kajal Thakur 2025-03-26 11:20:53 +00:00
parent 5462046fbf
commit 4b4212a860

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 World.."
}; };
// Print the JSON response to stdout // Print the JSON response to stdout