We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83454d1 commit 3803eaeCopy full SHA for 3803eae
demo.js
@@ -1,8 +1,7 @@
1
exports.handler = async (event) => {
2
- // TODO implement
3
- const response = {
4
- statusCode: 200,
5
- body: JSON.stringify('Hello from Lambda!'),
6
- };
7
- return response;
+ const response = {
+ statusCode: 200,
+ body: JSON.stringify('Hello from Lambda!'),
+ };
+ return response;
8
};
0 commit comments