AWS cli documentation change
Summary
Updated documentation links for Lambda function URL security guidance
Security assessment
Changed references from 'Security and auth model' to 'Control access' in authentication documentation. This improves clarity about security controls for function URLs but does not indicate a specific vulnerability fix.
Diff
diff --git a/cli/latest/reference/lambda/add-permission.md b/cli/latest/reference/lambda/add-permission.md index cde54cb4c..032fa5a37 100644 --- a//cli/latest/reference/lambda/add-permission.md +++ b//cli/latest/reference/lambda/add-permission.md @@ -15 +15 @@ - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) » @@ -228 +228 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda -> The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Security and auth model for Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . +> The type of authentication that your function URL uses. Set to `AWS_IAM` if you want to restrict access to authenticated users only. Set to `NONE` if you want to bypass IAM authentication to create a public endpoint. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . @@ -239 +239 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/lambda -> Restricts the `lambda:InvokeFunction` action to calls coming from a function URL. When set to `true` , this prevents the principal from invoking the function by any means other than the function URL. For more information, see [Security and auth model for Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . +> Restricts the `lambda:InvokeFunction` action to calls coming from a function URL. When set to `true` , this prevents the principal from invoking the function by any means other than the function URL. For more information, see [Control access to Lambda function URLs](https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html) . @@ -393 +393 @@ Statement -> (string) - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) »