UNPKG
aws-lager
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
AWS Lambda / API Gateway / Endpoint Router
aws-lager
/
dev-app
/
iam
/
policies
/
Cognito.json
16 lines
(15 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"Version"
:
"2012-10-17"
,
"Statement"
:
[
{
"Effect"
:
"Allow"
,
"Action"
:
[
"cognito-identity:GetOpenIdTokenForDeveloperIdentity"
,
"cognito-identity:LookupDeveloperIdentity"
]
,
"Resource"
:
[
"arn:aws:cognito-identity:*:*:*"
]
}
]
}