2015-08-30 12:36:40 -05:00

27 lines
640 B
JSON

{
"name": "my-project",
"version": "1.0",
"location": "https://github.com/jaws-stack/skinny-jeans",
"author": "John Serverless <john@gmail.com> http://www.google.com",
"description": "A lambda function that does something",
"envVars": [
"MYAPP_SERVICE_KEY",
"MYAPP_SERVICE2_KEY"
],
"project": {
"regions": {
"us-east-1": {
"stages": {
"mystage": {
"iamRoleArn": "arn:aws:iam::12345:role/dev_-_jaws-test_-_jaws"
}
},
"restApiId": "12345"
}
},
"envVarBucket": {
"name": "jawstest.doapps.com",
"region": "us-east-1"
}
}
}