-
Notifications
You must be signed in to change notification settings - Fork 0
/
s-project.json
37 lines (37 loc) · 1.04 KB
/
s-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "qratebackend",
"version": "0.0.1",
"profile": "serverless-0",
"location": "https://github.com/...",
"author": "",
"description": "",
"domain": "backfeed.cc",
"stages": {
"development": [
{
"region": "us-east-1",
"iamRoleArnLambda": "arn:aws:iam::051563103010:role/qratebackend-development-r-IamRoleLambda-L3PTHVK2IOLM",
"regionBucket": "serverless.useast1.backfeed.cc",
"restApiId": "d1da5cnf2i"
}
],
"beta": [
{
"region": "us-east-1",
"iamRoleArnLambda": "arn:aws:iam::051563103010:role/qratebackend-beta-r-IamRoleLambda-OFAPLKI77KDX",
"regionBucket": "serverless.useast1.backfeed.cc",
"restApiId": "d1da5cnf2i"
}
],
"production": [
{
"region": "us-east-1",
"iamRoleArnLambda": "arn:aws:iam::051563103010:role/qratebackend-production-r-IamRoleLambda-18O1TZBGAS0K9",
"regionBucket": "serverless.useast1.backfeed.cc",
"restApiId": "d1da5cnf2i"
}
]
},
"custom": {},
"plugins": []
}