AWS lambda documentation change
Summary
Added reference to documentation about configuring retry behavior for Kafka event source error handling
Security assessment
The change adds a link to error handling/retry configuration documentation but does not address security vulnerabilities, authentication, encryption, or access controls. Retry behavior relates to operational reliability rather than security mechanisms.
Diff
diff --git a/lambda/latest/dg/with-msk-configure.md b/lambda/latest/dg/with-msk-configure.md index b70cfcb3a..4b8fb789d 100644 --- a//lambda/latest/dg/with-msk-configure.md +++ b//lambda/latest/dg/with-msk-configure.md @@ -11 +11 @@ To use an Amazon MSK cluster as an event source for your Lambda function, you cr -This page assumes that you've already properly configured your MSK cluster and the [Amazon Virtual Private Cloud (VPC)](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html) it resides in. If you need to set up your cluster or VPC, see [Configuring your Amazon MSK cluster and Amazon VPC network for Lambda](./with-msk-cluster-network.html). +This page assumes that you've already properly configured your MSK cluster and the [Amazon Virtual Private Cloud (VPC)](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html) it resides in. If you need to set up your cluster or VPC, see [Configuring your Amazon MSK cluster and Amazon VPC network for Lambda](./with-msk-cluster-network.html). To configure retry behavior for error handling, see [Configuring error handling controls for Kafka event sources](./kafka-retry-configurations.html).