AWS lambda documentation change
Summary
Updated Amazon S3 event notifications documentation URL from 'dev' to 'userguide' path
Security assessment
The change only updates a documentation link path without modifying security-related content. No security vulnerabilities, permissions changes, or security features are mentioned in the context of this URL update.
Diff
diff --git a/lambda/latest/dg/with-s3.md b/lambda/latest/dg/with-s3.md index 577914c16..b6657caad 100644 --- a//lambda/latest/dg/with-s3.md +++ b//lambda/latest/dg/with-s3.md @@ -7 +7 @@ -You can use Lambda to process [event notifications](https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) from Amazon Simple Storage Service. Amazon S3 can send an event to a Lambda function when an object is created or deleted. You configure notification settings on a bucket, and grant Amazon S3 permission to invoke a function on the function's resource-based permissions policy. +You can use Lambda to process [event notifications](https://docs.aws.amazon.com/AmazonS3/latest/userguide/NotificationHowTo.html) from Amazon Simple Storage Service. Amazon S3 can send an event to a Lambda function when an object is created or deleted. You configure notification settings on a bucket, and grant Amazon S3 permission to invoke a function on the function's resource-based permissions policy.