AWS lambda documentation change
Summary
Added hyperlink to Service Authorization Reference and fixed table formatting in permissions documentation
Security assessment
The change improves documentation clarity but does not introduce new security features or address vulnerabilities. The permissions framework remains unchanged.
Diff
diff --git a/lambda/latest/dg/lambda-api-permissions-ref.md b/lambda/latest/dg/lambda-api-permissions-ref.md index 07a093f74..930d562ed 100644 --- a//lambda/latest/dg/lambda-api-permissions-ref.md +++ b//lambda/latest/dg/lambda-api-permissions-ref.md @@ -239 +239 @@ API action | IAM action -In addition to the resources and conditions defined in the Service Authorization Reference, Lambda supports the following resources and conditions for certain actions. Many of these are related to referencing functions in the resource section of policies. Actions that operate on a function can be restricted to a specific function by function, version, or alias ARN, as described in the following table. +In addition to the resources and conditions defined in the [Service Authorization Reference](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awslambda.html), Lambda supports the following resources and conditions for certain actions. Many of these are related to referencing functions in the resource section of policies. Actions that operate on a function can be restricted to a specific function by function, version, or alias ARN, as described in the following table. @@ -243 +243 @@ Action | Resource | Condition -[AddPermission](https://docs.aws.amazon.com/lambda/latest/api/API_AddPermission.html) [RemovePermission](https://docs.aws.amazon.com/lambda/latest/api/API_RemovePermission.html) [Invoke](https://docs.aws.amazon.com/lambda/latest/api/API_Invoke.html)–**Permission:** `lambda:InvokeFunction` | Function version Function alias | N/A +[AddPermission](https://docs.aws.amazon.com/lambda/latest/api/API_AddPermission.html) [RemovePermission](https://docs.aws.amazon.com/lambda/latest/api/API_RemovePermission.html) [Invoke](https://docs.aws.amazon.com/lambda/latest/api/API_Invoke.html) (**Permission:** `lambda:InvokeFunction`) | Function version Function alias | N/A