Skip to content

Commit

Permalink
CCM-7047: Add deployment role permissions for cognito-identity (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-houston authored Dec 18, 2024
1 parent 9e2530b commit c730b75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ data "aws_iam_policy_document" "github_deploy" {
"amplify:*",
"cloudformation:*",
"cognito-idp:*",
"cognito-identity:*"
]
resources = ["*"]
}
Expand Down

0 comments on commit c730b75

Please sign in to comment.