Compare commits

..

1 Commits

Author SHA1 Message Date
Abhishek Test Tiwari 9362fd9b5c code update recorded at: 16/12/25 10:36:19 2025-12-16 10:36:19 +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 World"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout