We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68affe commit 05668edCopy full SHA for 05668ed
lambda/hello.js
@@ -1,4 +1,4 @@
1
-// For more info, check https://www.netlify.com/docs/functions/#javascript-lambda-functions
+// For more info, check https://docs.netlify.com/functions/build-with-javascript
2
module.exports.handler = async function(event, context) {
3
console.log("queryStringParameters", event.queryStringParameters)
4
return {
0 commit comments