Compare commits

...

1 Commits

Author SHA1 Message Date
Lalit Mohan Kalpasi a4b03a29b6 code update recorded at: 17/03/26 06:28:43 2026-03-17 06:28:43 +00:00

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 World CLI"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout