Compare commits

..

No commits in common. "main" and "26-03-25-546204" have entirely different histories.

View File

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