AWS codecatalyst documentation change
Summary
Updated terminology from 'AWS CloudFormation' to 'CloudFormation' in action names and documentation links
Security assessment
The changes are purely branding/naming convention updates (removing redundant 'AWS' prefix). No security implications or security-related content modifications are present.
Diff
diff --git a/codecatalyst/latest/userguide/lam-invoke-action-example-workflow.md b/codecatalyst/latest/userguide/lam-invoke-action-example-workflow.md index f4e1940f5..5f1c22754 100644 --- a//codecatalyst/latest/userguide/lam-invoke-action-example-workflow.md +++ b//codecatalyst/latest/userguide/lam-invoke-action-example-workflow.md @@ -9 +9 @@ Amazon CodeCatalyst is no longer open to new customers. Existing customers can c -The following example workflow includes the **AWS Lambda invoke** action, along with a deploy action. The workflow sends out a Slack notification indicating that a deployment has started, and then deploys an application into AWS using an AWS CloudFormation template. The workflow consists of the following building blocks that run sequentially: +The following example workflow includes the **AWS Lambda invoke** action, along with a deploy action. The workflow sends out a Slack notification indicating that a deployment has started, and then deploys an application into AWS using an CloudFormation template. The workflow consists of the following building blocks that run sequentially: @@ -15 +15 @@ The following example workflow includes the **AWS Lambda invoke** action, along - * A **Deploy AWS CloudFormation stack** action (`Deploy`) – On completion of the **AWS Lambda invoke** action, the **Deploy AWS CloudFormation stack** action runs the template (`cfn-template.yml`) to deploy your application stack. For more information about the **Deploy AWS CloudFormation stack** action, see [Deploying an AWS CloudFormation stack](./deploy-action-cfn.html). + * A **Deploy CloudFormation stack** action (`Deploy`) – On completion of the **AWS Lambda invoke** action, the **Deploy CloudFormation stack** action runs the template (`cfn-template.yml`) to deploy your application stack. For more information about the **Deploy CloudFormation stack** action, see [Deploying an CloudFormation stack](./deploy-action-cfn.html). @@ -26 +26 @@ The following workflow example is for illustrative purposes, and will not work w -In the YAML code that follows, you can omit the `Connections:` sections if you want. If you omit these sections, you must ensure that the role specified in the **Default IAM role** field in your environment includes the permissions and trust policies required by the **AWS Lambda invoke** and **Deploy AWS CloudFormation stack** actions. For more information about setting up an environment with a default IAM role, see [Creating an environment](./deploy-environments-creating-environment.html). For more information about the permissions and trust policies required by the **AWS Lambda invoke** and **Deploy AWS CloudFormation stack** actions, see the description of the `Role` property in the ['AWS Lambda invoke' action YAML](./lam-invoke-action-ref.html) and ['Deploy AWS CloudFormation stack' action YAML](./deploy-action-ref-cfn.html). +In the YAML code that follows, you can omit the `Connections:` sections if you want. If you omit these sections, you must ensure that the role specified in the **Default IAM role** field in your environment includes the permissions and trust policies required by the **AWS Lambda invoke** and **Deploy CloudFormation stack** actions. For more information about setting up an environment with a default IAM role, see [Creating an environment](./deploy-environments-creating-environment.html). For more information about the permissions and trust policies required by the **AWS Lambda invoke** and **Deploy CloudFormation stack** actions, see the description of the `Role` property in the ['AWS Lambda invoke' action YAML](./lam-invoke-action-ref.html) and ['Deploy CloudFormation stack' action YAML](./deploy-action-ref-cfn.html).