AWS cli documentation change
Summary
Updated documentation links for Lambda function URL security guidance
Security assessment
Revised authentication documentation references to focus on access control, improving security documentation clarity but not resolving a specific security issue.
Diff
diff --git a/cli/latest/reference/lambda/get-function-url-config.md b/cli/latest/reference/lambda/get-function-url-config.md index ff01ac121..e7af99526 100644 --- a//cli/latest/reference/lambda/get-function-url-config.md +++ b//cli/latest/reference/lambda/get-function-url-config.md @@ -15 +15 @@ - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) » @@ -249 +249 @@ AuthType -> (string) -> 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) . @@ -397 +397 @@ InvokeMode -> (string) - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) »