Update zappa_settings.json

fix zappa config for AWS lambda
This commit is contained in:
Tom Kralidis
2020-10-06 13:22:07 -04:00
committed by GitHub
parent 6d1dcece0e
commit ae369ca77e
+2 -2
View File
@@ -5,9 +5,9 @@
"project_name": "pygeoapi",
"runtime": "python3.6",
"s3_bucket": "zappa-pwpqh2twb",
"aws_region": "us-east-2"
"aws_region": "us-east-2",
"environment_variables": {
"PYGEOAPI_CONFIG": "pygeoapi-config.yml"
"PYGEOAPI_CONFIG": "pygeoapi-config.yml",
"PYGEOAPI_OPENAPI": "pygeoapi-openapi.yml"
}
}