https://whychopper.getneutrality.org/
what is that low-flying aircraft outside my house, and for whom do they work?
You'll need a zappa settings file. Here is an example (zappa_settings.json
):
{
"dev": {
"app_function": "main.APP",
"environment_variables": {
"PGEOCODE_DATA_DIR": "/tmp/pgeo"
},
"aws_region": "us-east-1",
"runtime": "python3.7"
}
}