AWS IAM: Fix Lambda ABAC documentation URL
Summary
Corrected the URL for Lambda attribute-based access control documentation by removing a double slash.
Security assessment
The change repairs a broken link without altering security recommendations or addressing exploits.
Evidence
-Lambda supports attribute-based access control (ABAC) for functions, event source mappings, and code signing configurations. Layers are not supported. For more information, see [Using attribute-based access control in Lambda](https://docs.aws.amazon.com//lambda/latest/dg/attribute-based-access-control.html).
Diff
diff --git a/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.md b/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.md index eb83ddcc0..dd4016b1d 100644 --- a//IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.md +++ b//IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.md @@ -529 +529 @@ Devices connected to AWS IoT are authenticated by using X.509 certificates or us -Lambda supports attribute-based access control (ABAC) for functions, event source mappings, and code signing configurations. Layers are not supported. For more information, see [Using attribute-based access control in Lambda](https://docs.aws.amazon.com//lambda/latest/dg/attribute-based-access-control.html). +Lambda supports attribute-based access control (ABAC) for functions, event source mappings, and code signing configurations. Layers are not supported. For more information, see [Using attribute-based access control in Lambda](https://docs.aws.amazon.com/lambda/latest/dg/attribute-based-access-control.html).