Add deployment.
This commit is contained in:
parent
0d18c297f6
commit
6ca38c13a8
1 changed files with 14 additions and 0 deletions
14
zappa_settings.json
Normal file
14
zappa_settings.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"production": {
|
||||
"app_function": "weather.app",
|
||||
"aws_region": "us-west-2",
|
||||
"profile_name": "rebble",
|
||||
"project_name": "rebble-weather",
|
||||
"runtime": "python3.6",
|
||||
"s3_bucket": "rebble-zappa",
|
||||
"domain": "weather.rebble.io",
|
||||
"route53_enabled": false,
|
||||
"memory_size": 128,
|
||||
"certificate_arn": "arn:aws:acm:us-east-1:032833028620:certificate/6c77be48-4686-4a4f-9ece-9f00f87e19de"
|
||||
}
|
||||
}
|
Reference in a new issue