Files
pygeoapi/aws-lambda/zappa_settings.json
T
2019-09-04 09:34:32 -04:00

15 lines
398 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"
}
}
}