Skip to content

Commit

Permalink
Add permissions to deployment instances for redeployments
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed May 25, 2022
1 parent 3df7567 commit 128e5c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deployment/DeploymentInstance-Cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,9 @@ Resources:
- lambda:RemovePermission
- lambda:DeleteFunction
- lambda:UpdateFunctionCode
# Needed for subsequent updates to deployment
- lambda:UpdateFunctionConfiguration
- lambda:ListTags
Resource: "*"
- PolicyName: SMWorkflowPolicy
PolicyDocument:
Expand Down

0 comments on commit 128e5c1

Please sign in to comment.