Skip to content

Commit

Permalink
Update serverless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pujansrt committed Oct 3, 2019
1 parent 4bae6f7 commit 1c1d9e6
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,24 @@ provider:
- ssm:Describe*
- ssm:Get*
- ssm:List*
Resource: "*"
- Effect: Allow
Action:
- cloudformation: Create*
- iam: GetRole
- iam: AttachRolePolicy
- iam: DetachRolePolicy
- apigateway: *
- cloudformation: CancelUpdateStack
- cloudformation: ContinueUpdateRollback
- cloudformation: CreateChangeSet
- cloudformation: CreateStack
- cloudformation: CreateUploadBucket
- cloudformation: DeleteStack
- cloudformation: Describe*
- cloudformation: EstimateTemplateCost
- cloudformation: ExecuteChangeSet
- cloudformation: Get*
- cloudformation: List*
- cloudformation: Update*
- cloudformation: Execute*
- cloudformation: UpdateStack
- cloudformation: UpdateTerminationProtection
- cloudformation: ValidateTemplate
Resource: "*"
- Effect: Allow
Action:
Expand Down

0 comments on commit 1c1d9e6

Please sign in to comment.