-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(lambda): Add Lambda content (#92)
* docs(lambda): Add Lambda content CDAAS-2609 * add skeleton lambda deploy config file * stub lambda overview; troubleshoot page * update account to be user-supplied name * get started - add buckets * add second deployment with manual judgment and screenshots * add screenshots for deployed function list and test function * bit more content to lambda quickstart * finish targets * finish create lambda config part of create deploy config page * add more **Kubernetes Only** * change quickstart manual approval to afterDeployment staging node * address stephen's text feedback * move k8s overview to k8s folder; move create iam role to lambda folder * nits * add traffic management for traffic split * fix typo * revert get started to before traffic split content * stephen feedback * fixed a dangling sentence * remove k8s sentence in lambda overview; fix typos * change trafficManagement.alias.function to functionName * fixed a few typos and expanded a bit on get started * reorder sections in sample yaml * move aws lambda first in tab panes * fix internal link in lambda get started * make sure AWS Lambda is always first; added clarification * remove architecture link from lambda get started architeture page is all k8s
- Loading branch information
Showing
45 changed files
with
1,737 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
--- | ||
title: Kubernetes | ||
title: Kubernetes Deployments Using Armory CD-as-a-Service | ||
linkTitle: Kubernetes | ||
weight: 100 | ||
no_list: false | ||
weight: 1 | ||
exclude_search: true | ||
description: > | ||
In this section, learn how to use Argo Rollouts with CD-as-a-Service. Also, learn how CD-as-a-Service implements Horizontal Pod Autoscaling when it's part of your deployment. | ||
In this section, learn about Kubernetes deployments using CD-as-a-Service, how to use Argo Rollouts with CD-as-a-Service. Also, learn how CD-as-a-Service implements Horizontal Pod Autoscaling when it's part of your deployment. | ||
--- |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
--- | ||
title: Lambda | ||
linktitle: Lambda | ||
weight: 10 | ||
description: > | ||
placeholder | ||
draft: true | ||
no_list: false | ||
title: AWS Lambda Deployments Using Armory CD-as-a-Service | ||
linkTitle: AWS Lambda | ||
weight: 1 | ||
exclude_search: true | ||
--- | ||
|
||
@TODO placeholder change to DRAFT | ||
description: > | ||
In this section, learn about AWS Lambda deployments using CD-as-a-Service. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Create an Armory IAM Role for AWS Lambda Deployment | ||
linkTitle: Create Armory IAM Role | ||
weight: 5 | ||
description: > | ||
Create the Armory IAM Role that CD-as-a-Service assumes when it deploys your AWS Lambda function. | ||
--- | ||
|
||
## {{% heading "prereq" %}} | ||
|
||
Make sure you have [installed the CD-as-a-Service CLI]({{< ref "cli" >}}), which you use to load the AWS Cloud Formation template into your AWS Account. | ||
|
||
## Create the Armory IAM role | ||
|
||
{{< include "lambda/iam-role.md" >}} | ||
|
||
{{< include "lambda/iam-role-steps.md" >}} |
Oops, something went wrong.