code update recorded at: 29/04/26 09:45:21

This commit is contained in:
Abhishek Test Tiwari 2026-04-29 09:45:21 +00:00
parent 0ac143eec7
commit 5c5f457079

View File

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