Skip to content

Commit 3ed94d7

Browse files
fix external links (#2649)
1 parent e2eb6ef commit 3ed94d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/connecting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,9 @@ module.exports = async function (context, req) {
406406
Resources used to assess these recommendations:
407407

408408
* [GCP Cloud Functions: Tips & Tricks](https://cloud.google.com/functions/docs/bestpractices/tips#use_global_variables_to_reuse_objects_in_future_invocations)
409-
* [Best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.md)
409+
* [Best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html)
410410
* [Azure Functions Python developer guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=azurecli-linux%2Capplication-level#global-variables)
411-
* [AWS Lambda: Comparing the effect of global scope](https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.md)
411+
* [AWS Lambda: Comparing the effect of global scope](https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.html)
412412

413413

414414
## Connecting through a proxy [client-connect-proxy]

0 commit comments

Comments
 (0)