Files
pygeoapi/aws-lambda/zappa_settings.json
T
Tom Kralidis ae369ca77e Update zappa_settings.json
fix zappa config for AWS lambda
2020-10-06 13:22:07 -04:00

15 lines
400 B
JSON

{
"dev": {
"app_function": "pygeoapi.flask_app.APP",
"profile_name": null,
"project_name": "pygeoapi",
"runtime": "python3.6",
"s3_bucket": "zappa-pwpqh2twb",
"aws_region": "us-east-2",
"environment_variables": {
"PYGEOAPI_CONFIG": "pygeoapi-config.yml",
"PYGEOAPI_OPENAPI": "pygeoapi-openapi.yml"
}
}
}