Skip to content

Commit

Permalink
got this green
Browse files Browse the repository at this point in the history
  • Loading branch information
prowe committed Sep 30, 2024
1 parent c6087f0 commit f20891f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hello-world/hello-world.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function handler(event) {
console.log(`got event ${event}`);
export async function handler(event) {
console.log(`got event ${JSON.stringify(event)}`);
return {
message: "Hello World",
};
Expand Down

0 comments on commit f20891f

Please sign in to comment.