Skip to content

Commit

Permalink
Add missing IAM policy
Browse files Browse the repository at this point in the history
Without giving Cognito the `UpdateUserPool` permission, deployment fails.
  • Loading branch information
Waldo Jaquith authored Nov 13, 2019
1 parent ac0c57c commit 0bce92f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Effect": "Allow",
"Action": [
"cognito-idp:UpdateUserPoolClient",
"cognito-idp:UpdateUserPool",
"cognito-idp:CreateUserPool",
"cognito-idp:AdminRespondToAuthChallenge",
"cognito-idp:AdminConfirmSignUp",
Expand Down

0 comments on commit 0bce92f

Please sign in to comment.