From 6ca38c13a899976435b49dc7c8f2cad874655b73 Mon Sep 17 00:00:00 2001 From: Katharine Berry Date: Sat, 30 Jun 2018 11:50:19 -0700 Subject: [PATCH] Add deployment. --- zappa_settings.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 zappa_settings.json diff --git a/zappa_settings.json b/zappa_settings.json new file mode 100644 index 0000000..4b3abb5 --- /dev/null +++ b/zappa_settings.json @@ -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" + } +} \ No newline at end of file