AWS lambda documentation change
Summary
Fixed URL formatting in IAM action documentation (added double slashes in links)
Security assessment
The changes are purely cosmetic URL formatting fixes without any impact on security content or functionality. No security implications or feature additions are present in these documentation updates.
Diff
diff --git a/lambda/latest/dg/lambda-api-permissions-ref.md b/lambda/latest/dg/lambda-api-permissions-ref.md index 930d562ed..91542037c 100644 --- a//lambda/latest/dg/lambda-api-permissions-ref.md +++ b//lambda/latest/dg/lambda-api-permissions-ref.md @@ -232 +232 @@ JSON -Actions define what can be permitted through IAM policies. For a list of actions supported in Lambda, 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. In most cases, when an IAM action permits an Lambda API action, the name of the IAM action is the same as the name of the Lambda API action, with the following exceptions: +Actions define what can be permitted through IAM policies. For a list of actions supported in Lambda, 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. In most cases, when an IAM action permits an Lambda API action, the name of the IAM action is the same as the name of the Lambda API action, with the following exceptions: @@ -236,2 +236,2 @@ API action | IAM action -[Invoke](https://docs.aws.amazon.com/lambda/latest/api/API_Invoke.html) | `lambda:InvokeFunction` -[GetLayerVersion](https://docs.aws.amazon.com/lambda/latest/api/API_GetLayerVersion.html) [GetLayerVersionByArn](https://docs.aws.amazon.com/lambda/latest/api/API_GetLayerVersionByArn.html) | `lambda:GetLayerVersion` +[Invoke](https://docs.aws.amazon.com//lambda/latest/api/API_Invoke.html) | `lambda:InvokeFunction` +[GetLayerVersion](https://docs.aws.amazon.com//lambda/latest/api/API_GetLayerVersion.html) [GetLayerVersionByArn](https://docs.aws.amazon.com//lambda/latest/api/API_GetLayerVersionByArn.html) | `lambda:GetLayerVersion`