1
0
Fork 0
serverless-framework-talk/2-business-open_shell/resources/log-policy.json

15 lines
216 B
JSON

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