AWS Security ChangesHomeSearch

AWS lambda documentation change

Service: lambda · 2025-11-22 · Documentation low

File: lambda/latest/dg/invocation-recursion.md

Summary

Fixed URL formatting in API documentation link by adding double slash

Security assessment

Change only corrects a broken link syntax. No modification to recursion security guidance or PutFunctionRecursionConfig API documentation.

Diff

diff --git a/lambda/latest/dg/invocation-recursion.md b/lambda/latest/dg/invocation-recursion.md
index 500b33356..d53a74630 100644
--- a//lambda/latest/dg/invocation-recursion.md
+++ b//lambda/latest/dg/invocation-recursion.md
@@ -173 +173 @@ If you use recursive loops, treat them with caution. Implement best practice gua
-You can configure functions to allow recursive loops using the Lambda console, the AWS Command Line Interface (AWS CLI), and the [PutFunctionRecursionConfig](https://docs.aws.amazon.com/lambda/latest/api/API_PutFunctionRecursionConfig.html) API. You can also configure a function's recursive loop detection setting in AWS SAM and CloudFormation. 
+You can configure functions to allow recursive loops using the Lambda console, the AWS Command Line Interface (AWS CLI), and the [PutFunctionRecursionConfig](https://docs.aws.amazon.com//lambda/latest/api/API_PutFunctionRecursionConfig.html) API. You can also configure a function's recursive loop detection setting in AWS SAM and CloudFormation.