AWS Lambda recursive loop detection is now available in all commercial AWS Regions
Share
Services
AWS Lambda [recursive loop detection](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html) has expanded support to all commercial AWS Regions. This feature, which is enabled by default, is a guardrail that automatically detects and stops recursive invocations between Lambda functions and other supported services, preventing runaway workloads. When using event sources such as Amazon S3, Amazon SQS, and Amazon SNS to trigger Lambda functions, a misconfiguration or code defect can cause events to be sent back to the same source that triggered the Lambda function, causing recursive loops, unintended usage, and unexpected billing. When such a loop is detected, Lambda recursive loop detection automatically stops processing the event and sends you an AWS Health Dashboard notification with troubleshooting steps. With this expansion, you now benefit from recursive loop detection in all commercial [AWS Regions](https://aws.amazon.com/about-aws/global-infrastructure/regions%5Faz/) when using a [supported SDK version or later](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html#invocation-recursion-supported). If your function uses intentional recursive loops, you can use the [PutFunctionRecursionConfig API ](https://docs.aws.amazon.com/lambda/latest/api/API%5FPutFunctionRecursionConfig.html)to turn off recursive loop detection on your Lambda function.
To learn more about Lambda recursive loop detection, please refer to [Lambda documentation](https://docs.aws.amazon.com/lambda/latest/dg/invocation-recursion.html).
What else is happening at Amazon Web Services?
Read update
Services
Share
Amazon Redshift now supports AWS IAM Identity Center authentication with enhanced VPC routing
about 9 hours ago
Services
Share
Amazon EC2 R9g and R9gd memory optimized instances are now available
about 11 hours ago
Services
Share
Amazon Cognito now supports machine-to-machine authorization without a user pool domain
about 12 hours ago
Services
Share