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": {}
}
}