Files
pygeoapi/aws-lambda/zappa_settings.json
T
Tom Kralidis f9fb2c6005 move to f-strings for string interpolation (#1064)
* update from format() to f-strings

* fix

* fix

* fix ref

* update headers
2022-12-08 16:09:19 -05:00

15 lines
400 B
JSON

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