AWS cli documentation change
Summary
Updated documentation links for Lambda function URL security guidance
Security assessment
Modified link text to emphasize access control documentation for function URLs, enhancing security feature documentation without addressing a specific vulnerability.
Diff
diff --git a/cli/latest/reference/lambda/create-function-url-config.md b/cli/latest/reference/lambda/create-function-url-config.md index fa60c9151..6a91ff39b 100644 --- a//cli/latest/reference/lambda/create-function-url-config.md +++ b//cli/latest/reference/lambda/create-function-url-config.md @@ -15 +15 @@ - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) » @@ -132 +132 @@ 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) . @@ -403 +403 @@ 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) . @@ -547 +547 @@ InvokeMode -> (string) - * [AWS CLI 2.31.19 Command Reference](../../index.html) » + * [AWS CLI 2.31.21 Command Reference](../../index.html) »