Skip to content

Commit 4ca5606

Browse files
committed
add permission to use cognito
1 parent 866f0e2 commit 4ca5606

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/examples/iam-policy.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282
],
8383
"Resource": "*"
8484
},
85+
{
86+
"Effect": "Allow",
87+
"Action": [
88+
"cognito-idp:DescribeUserPoolClient"
89+
],
90+
"Resource": "*"
91+
},
8592
{
8693
"Effect": "Allow",
8794
"Action": [

0 commit comments

Comments
 (0)