Compare commits

..

1 Commits

Author SHA1 Message Date
Abhishek Test Tiwari 5c5f457079 code update recorded at: 29/04/26 09:45:21 2026-04-29 09:45:21 +00:00

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