-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathzappa_settings.json
More file actions
26 lines (26 loc) · 909 Bytes
/
zappa_settings.json
File metadata and controls
26 lines (26 loc) · 909 Bytes
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
{
"production": {
"app_function": "auth.app",
"aws_region": "us-west-2",
"profile_name": "rebble",
"project_name": "rebble-auth",
"runtime": "python3.6",
"s3_bucket": "rebble-zappa",
"domain": "auth.rebble.io",
"route53_enabled": false,
"memory_size": 128,
"certificate_arn": "arn:aws:acm:us-east-1:032833028620:certificate/9c3984b6-fc67-45d5-ba1f-edc8f2b923a8"
},
"staging": {
"app_function": "auth.app",
"aws_region": "us-west-2",
"profile_name": "rebble",
"project_name": "rebble-auth",
"runtime": "python3.6",
"s3_bucket": "rebble-zappa",
"domain": "auth.staging.rebble.io",
"route53_enabled": false,
"memory_size": 128,
"certificate_arn": "arn:aws:acm:us-east-1:032833028620:certificate/9c3984b6-fc67-45d5-ba1f-edc8f2b923a8"
}
}