We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ece69c commit 86eacc7Copy full SHA for 86eacc7
create-deployment-group/saml.yaml
@@ -29,6 +29,7 @@ Resources:
29
Action:
30
- codedeploy:CreateDeploymentGroup
31
- codedeploy:DeleteDeploymentGroup
32
+ - codedeploy:UpdateDeploymentGroup
33
Resource: "*"
34
- Effect: Allow
35
@@ -49,5 +50,5 @@ Outputs:
49
50
Description: Arn of the custom ECS service lambda
51
Value: !GetAtt CreateBGServiceLambda.Arn
52
Export:
- Name: !Join [':', [!Ref EnvironmentName, 'CreateBGServiceLambdaArn']]
53
+ Name: !Join [':', [!Ref EnvironmentName, 'CreateBGDeploymentGroupLambdaArn']]
54
0 commit comments