AWS codedeploy documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in infrastructure setup documentation
Security assessment
Terminology update maintains existing security context without introducing new security considerations
Diff
diff --git a/codedeploy/latest/userguide/tutorial-lambda-sam-setup-infrastructure.md b/codedeploy/latest/userguide/tutorial-lambda-sam-setup-infrastructure.md index 03b2770f4..b3d138c08 100644 --- a//codedeploy/latest/userguide/tutorial-lambda-sam-setup-infrastructure.md +++ b//codedeploy/latest/userguide/tutorial-lambda-sam-setup-infrastructure.md @@ -7 +7 @@ -This topic shows you how to use AWS SAM to create files for your AWS SAM template and your Lambda functions. Then, you use the AWS SAM `package` and `deploy` commands to generate the components in your infrastructure. When your infrastructure is ready, you have a CodeDeploy application and deployment group, the Lambda function to update and deploy, and two Lambda functions that contain validation tests that run when you deploy the Lambda function. When complete, you can use AWS CloudFormation to view your components in the Lambda console or the AWS CLI to test your Lambda function. +This topic shows you how to use AWS SAM to create files for your AWS SAM template and your Lambda functions. Then, you use the AWS SAM `package` and `deploy` commands to generate the components in your infrastructure. When your infrastructure is ready, you have a CodeDeploy application and deployment group, the Lambda function to update and deploy, and two Lambda functions that contain validation tests that run when you deploy the Lambda function. When complete, you can use CloudFormation to view your components in the Lambda console or the AWS CLI to test your Lambda function.