AWS lambda documentation change
Summary
Updated a service authorization reference URL with a double slash fix.
Security assessment
The change is a URL formatting correction and does not alter security documentation or address security issues.
Diff
diff --git a/lambda/latest/dg/attribute-based-access-control.md b/lambda/latest/dg/attribute-based-access-control.md index e679fc114..720d68be9 100644 --- a//lambda/latest/dg/attribute-based-access-control.md +++ b//lambda/latest/dg/attribute-based-access-control.md @@ -37 +37 @@ You can use the following condition keys to write IAM policy rules based on tags -You can only specify conditions for actions that support them. For a list of conditions supported by each Lambda action, see [Actions, resources, and condition keys for AWS Lambda](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslambda.html) in the Service Authorization Reference. For **aws:ResourceTag/tag-key** support, refer to "Resource types defined by AWS Lambda." For **aws:RequestTag/tag-key** and **aws:TagKeys** support, refer to "Actions defined by AWS Lambda." +You can only specify conditions for actions that support them. For a list of conditions supported by each Lambda action, see [Actions, resources, and condition keys for AWS Lambda](https://docs.aws.amazon.com//service-authorization/latest/reference/list_awslambda.html) in the Service Authorization Reference. For **aws:ResourceTag/tag-key** support, refer to "Resource types defined by AWS Lambda." For **aws:RequestTag/tag-key** and **aws:TagKeys** support, refer to "Actions defined by AWS Lambda."