mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
20 lines
692 B
JSON
20 lines
692 B
JSON
{
|
|
"name": "example-project",
|
|
"version": "0.0.1",
|
|
"location": "https://github.com/jaws-stack/example-project",
|
|
"author": "Vera D. Servers <vera@gmail.com> http://vera.io",
|
|
"description": "example-project: An ambitious, server-less application built with the JAWS framework.",
|
|
"project": {
|
|
"stages": {
|
|
"mystage": [
|
|
{
|
|
"region": "us-east-1",
|
|
"iamRoleArnLambda": "arn:aws:iam::123456789012:role/mystage-example-project-IamRoleLambda-Y0MERBSAAAK",
|
|
"iamRoleArnApiGateway": "arn:aws:iam::123456789012:role/mystage-example-project-IamRoleApiGateway-1CKUOL86MDKA",
|
|
"jawsBucket": "jaws-east-1.myco.com"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|