mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "module1",
|
|
"version": "0.0.1",
|
|
"profile": "aws-1",
|
|
"location": "https://github.com/...",
|
|
"author": "",
|
|
"runtime": "nodejs",
|
|
"description": "",
|
|
"cloudFormation": {
|
|
"lambdaIamPolicyDocumentStatements": [
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": "s3:ListBucket",
|
|
"Resource": "arn:aws:s3:::fake_bucket"
|
|
}
|
|
],
|
|
"resources": {}
|
|
}
|
|
} |