1
0
Fork 0
serverless-framework-talk/2-business-open_shell/resources/log-policy.json
2017-08-01 22:29:26 -04:00

14 lines
216 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "apigateway.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}