from workspace

This commit is contained in:
Anuj Sahu 2026-02-27 12:03:07 +00:00
parent 1338119e2a
commit 6836c7a164

2
handler.js Normal file → Executable file
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 Worlsssssssssss"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout