mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
10 lines
175 B
JSON
10 lines
175 B
JSON
{
|
|
"LambdaIamPolicyStatements": [
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": "s3:ListBucket",
|
|
"Resource": "arn:aws:s3:::fake_bucket1"
|
|
}
|
|
],
|
|
"Resources": {}
|
|
} |