File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,9 +406,9 @@ module.exports = async function (context, req) {
406
406
Resources used to assess these recommendations:
407
407
408
408
* [ 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 )
410
410
* [ 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 )
412
412
413
413
414
414
## Connecting through a proxy [ client-connect-proxy]
You can’t perform that action at this time.
0 commit comments