Skip to content

Commit b58cf79

Browse files
authored
Update lambda.js
1 parent 4ac3de7 commit b58cf79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exports.handler = async (event) => {
22
return {
33
statusCode: 200,
4-
body: JSON.stringify('Hello from Lambda Function Url !'),
4+
body: JSON.stringify('Hello from Lambda Function URLs !'),
55
};
66
};

0 commit comments

Comments
 (0)