Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
fix: Add missing update permission (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored and honglu committed Oct 21, 2019
1 parent 05e9809 commit ab207d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static-website/sam/cicd/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Resources:
Action:
- cognito-idp:CreateUserPoolClient
- cognito-idp:DeleteUserPoolClient
- cognito-idp:UpdateUserPoolClient
Resource:
- !Sub arn:${AWS::Partition}:cognito-idp:${AWS::Region}:${AWS::AccountId}:userpool/*
# This policy defines the minimum IAM permissions required to Create and Delete a stack for realworld-serverless-application-static-website into CloudFormation
Expand Down

0 comments on commit ab207d4

Please sign in to comment.