Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhcopeland/d51a02f24f74061623162f30ab7085e9 to your computer and use it in GitHub Desktop.
Save bhcopeland/d51a02f24f74061623162f30ab7085e9 to your computer and use it in GitHub Desktop.
diff --git a/Pipfile b/Pipfile
index 1e0a381..b4cdf59 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,13 +6,7 @@ verify_ssl = true
[dev-packages]
[packages]
-zappa = "*"
-pytest = "*"
-requests = "*"
-boto3 = "*"
-Flask = "*"
-arrow = "==0.15.5"
-hurry = "*"
+zappa = {editable = true, ref = "master", git = "https://github.com/loic001/Zappa.git"}
tuxput = "*"
[requires]
diff --git a/zappa_settings.yml b/zappa_settings.yml
index e78b0a7..b3814dd 100644
--- a/zappa_settings.yml
+++ b/zappa_settings.yml
@@ -8,6 +8,5 @@ prod:
domain: publish.ovss.linaro.org
certificate_arn: arn:aws:acm:us-east-1:887770999458:certificate/e2e18d0e-9c84-4f80-8b88-84ff08936358
environment_variables:
- S3_BUCKET: ovss-gl-artifacts
S3_REGION: us-east-1
- AUTH_BUCKET: tuxput-ovss-config
+ CONF_BUCKET: tuxput-ovss-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment