mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
27 lines
640 B
JSON
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"
|
|
}
|
|
}
|
|
} |