AWS codedeploy documentation change
Summary
Updated CloudFormation references in deployment instructions and IAM capability explanation
Security assessment
Service name standardization doesn't change security implications of CAPABILITY_IAM requirement for role creation
Diff
diff --git a/codedeploy/latest/userguide/tutorial-lambda-sam-deploy.md b/codedeploy/latest/userguide/tutorial-lambda-sam-deploy.md index 11a375131..3ccead945 100644 --- a//codedeploy/latest/userguide/tutorial-lambda-sam-deploy.md +++ b//codedeploy/latest/userguide/tutorial-lambda-sam-deploy.md @@ -7 +7 @@ -Use the AWS SAM **sam deploy** command with the `package.yml` file to create your Lambda functions and CodeDeploy application and deployment group using AWS CloudFormation. +Use the AWS SAM **sam deploy** command with the `package.yml` file to create your Lambda functions and CodeDeploy application and deployment group using CloudFormation. @@ -21 +21 @@ In the `SAM-Tutorial` directory, run the following command. -The `--capabilities CAPABILITY_IAM` parameter is required to authorize AWS CloudFormation to create IAM roles. +The `--capabilities CAPABILITY_IAM` parameter is required to authorize CloudFormation to create IAM roles.