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

9 lines
160 B
JSON

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