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 4ac3de7 commit b58cf79Copy full SHA for b58cf79
lambda.js
@@ -1,6 +1,6 @@
1
exports.handler = async (event) => {
2
return {
3
statusCode: 200,
4
- body: JSON.stringify('Hello from Lambda Function Url !'),
+ body: JSON.stringify('Hello from Lambda Function URLs !'),
5
};
6
0 commit comments