Skip to content

j6k4m8/whychopper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whychopper

https://whychopper.getneutrality.org/

what is that low-flying aircraft outside my house, and for whom do they work?

image

Setting up your own

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"
    }
}