Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(release): add alias creation #98

Merged
merged 2 commits into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@
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