Compare commits

..

1 Commits

Author SHA1 Message Date
rese eewse 4c5e139024 code update recorded at: 09/02/26 06:32:28 2026-02-09 06:32:28 +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 Sukhpreet!"
}; };
// Print the JSON response to stdout // Print the JSON response to stdout