Skip to content

Commit 05668ed

Browse files
Update link to JavaScript Lambda functions docs (#585)
1 parent e68affe commit 05668ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/hello.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// For more info, check https://www.netlify.com/docs/functions/#javascript-lambda-functions
1+
// For more info, check https://docs.netlify.com/functions/build-with-javascript
22
module.exports.handler = async function(event, context) {
33
console.log("queryStringParameters", event.queryStringParameters)
44
return {

0 commit comments

Comments
 (0)