From 01048d955edfa4b0cc95abda0b16ca8f9dedce34 Mon Sep 17 00:00:00 2001 From: Leon Da Costa Date: Sat, 20 Sep 2025 11:24:17 +0100 Subject: [PATCH] Update lambda.mdx: Documentation text amendment Documentation text amendment --- src/content/docs/aws/services/lambda.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/services/lambda.mdx b/src/content/docs/aws/services/lambda.mdx index 19816608..5886d15b 100644 --- a/src/content/docs/aws/services/lambda.mdx +++ b/src/content/docs/aws/services/lambda.mdx @@ -130,7 +130,7 @@ awslocal lambda create-function-url-config \ } ``` -In addition, if you pass an an existing version alias as a `Qualifier` to the request, the created URL will combine the custom ID and the alias in the form `-`. +In addition, if you pass an existing version alias as a `Qualifier` to the request, the created URL will combine the custom ID and the alias in the form `-`. ```bash awslocal lambda create-function-url-config \