Skip to content

Commit 3803eae

Browse files
committed
minor improvement
1 parent 83454d1 commit 3803eae

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

demo.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
exports.handler = async (event) => {
2-
// TODO implement
3-
const response = {
4-
statusCode: 200,
5-
body: JSON.stringify('Hello from Lambda!'),
6-
};
7-
return response;
2+
const response = {
3+
statusCode: 200,
4+
body: JSON.stringify('Hello from Lambda!'),
5+
};
6+
return response;
87
};

0 commit comments

Comments
 (0)