Skip to content

Commit

Permalink
docs(release): add alias creation (#98)
Browse files Browse the repository at this point in the history
* docs(release): add alias creation

CDAAS-3078

* add missing .
  • Loading branch information
aimeeu authored Dec 7, 2023
1 parent af02774 commit ce17eae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/deployment/lambda/overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}

Expand Down
8 changes: 8 additions & 0 deletions content/en/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce17eae

Please sign in to comment.