AWS lambda documentation change
Summary
Updated 'AWS CloudFormation' to 'CloudFormation' in recursive loop detection documentation
Security assessment
Branding terminology change without security implications. The recursive loop detection feature itself is security-related, but this change doesn't modify its security properties.
Diff
diff --git a/lambda/latest/dg/invocation-recursion.md b/lambda/latest/dg/invocation-recursion.md index 14dbfd9c8..500b33356 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 AWS 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.