From a9c87360e01d843f99877541c649b5f012f8b595 Mon Sep 17 00:00:00 2001 From: Iliana Weller Date: Mon, 3 Jul 2017 18:34:42 -0500 Subject: [PATCH] Zappa123 --- requirements.txt | 2 ++ zappa_settings.json | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 zappa_settings.json diff --git a/requirements.txt b/requirements.txt index 271d7e6..d8dd15e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,9 @@ coverage==4.3.4 Flask==0.12 Flask-Bootstrap==3.3.7.1 +Werkzeug==0.12 simplejson requests arrow +zappa diff --git a/zappa_settings.json b/zappa_settings.json new file mode 100644 index 0000000..27aa9b0 --- /dev/null +++ b/zappa_settings.json @@ -0,0 +1,8 @@ +{ + "dev": { + "app_function": "kappa123.server.__init__.app", + "aws_region": "us-west-2", + "profile_name": "gdqdotmoe", + "s3_bucket": "zappa-n2am4xeny" + } +}