From 92a8fe72e338ffa73e61d9c17a1bb997340e0a73 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 7 Dec 2023 12:48:58 -0600 Subject: [PATCH 1/2] docs(release): add alias creation CDAAS-3078 --- content/en/release-notes/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/release-notes/index.md b/content/en/release-notes/index.md index ebb56cc9..45e3c1ff 100644 --- a/content/en/release-notes/index.md +++ b/content/en/release-notes/index.md @@ -5,6 +5,14 @@ description: > Information about new features and changes, fixes, and improvements in Armory Continuous Deployment-as-a-Service. --- +## 7 Dec 2023 + +### AWS Lambda alias creation + +When you specify an alias in a `trafficManagement` block, CD-as-a-Service creates your function's alias if it doesn't already exist in AWS. + +{{< include "lambda/alias-info" >}} + ## 28 Nov 2023 ### Support for AWS Lambda From 4fb0c47c1a822e735098d3c6f71025819d639adb Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Thu, 7 Dec 2023 12:52:39 -0600 Subject: [PATCH 2/2] add missing . --- content/en/deployment/lambda/overview/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/deployment/lambda/overview/index.md b/content/en/deployment/lambda/overview/index.md index 10aad21b..0b1406ed 100644 --- a/content/en/deployment/lambda/overview/index.md +++ b/content/en/deployment/lambda/overview/index.md @@ -285,7 +285,7 @@ This example is for deployment to multiple regions in a single AWS Account. The {{< include "lambda/alias-info.md" >}} -This example assumes you have already created an alias named `v2` +This example assumes you have already created an alias named `v2`. {{< readfile file="/includes/code/lambda-traffic-split-snippet.yaml" code="true" lang="yaml" >}}