Compare commits

..

1 Commits

Author SHA1 Message Date
anujsahu@gofynd.com 6836c7a164 from workspace 2026-02-27 12:03:07 +00:00

2
handler.js Normal file → Executable file
View File

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