From ce17eaed2d72ebcc7176e5df9a6ec321091d0f5c Mon Sep 17 00:00:00 2001 From: aimee Date: Thu, 7 Dec 2023 12:54:34 -0600 Subject: [PATCH] docs(release): add alias creation (#98) * docs(release): add alias creation CDAAS-3078 * add missing . --- content/en/deployment/lambda/overview/index.md | 2 +- content/en/release-notes/index.md | 8 ++++++++ 2 files changed, 9 insertions(+), 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" >}} 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