Skip to content

Commit

Permalink
docs(release): add alias creation
Browse files Browse the repository at this point in the history
CDAAS-3078
  • Loading branch information
aimeeu committed Dec 7, 2023
1 parent af02774 commit 92a8fe7
Showing 1 changed file with 8 additions and 0 deletions.
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

Check warning on line 8 in content/en/release-notes/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/release-notes/index.md#L8

[Google.Headings] '7 Dec 2023' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] '7 Dec 2023' should use sentence-style capitalization.", "location": {"path": "content/en/release-notes/index.md", "range": {"start": {"line": 8, "column": 4}}}, "severity": "WARNING"}

Check failure on line 8 in content/en/release-notes/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/release-notes/index.md#L8

[Google.DateFormat] Use 'July 31, 2016' format, not '7 Dec 2023'.
Raw output
{"message": "[Google.DateFormat] Use 'July 31, 2016' format, not '7 Dec 2023'.", "location": {"path": "content/en/release-notes/index.md", "range": {"start": {"line": 8, "column": 4}}}, "severity": "ERROR"}

### AWS Lambda alias creation

Check warning on line 10 in content/en/release-notes/index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/en/release-notes/index.md#L10

[Google.Headings] 'AWS Lambda alias creation' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'AWS Lambda alias creation' should use sentence-style capitalization.", "location": {"path": "content/en/release-notes/index.md", "range": {"start": {"line": 10, "column": 5}}}, "severity": "WARNING"}

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 92a8fe7

Please sign in to comment.