code update recorded at: 16/12/25 10:36:19

This commit is contained in:
Abhishek Test Tiwari 2025-12-16 10:36:19 +00:00
parent ab21744768
commit 242e6c07b7

View File

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