Python script to generate log-scale PDF timelines from arbitrary event data
- Create a JSON data file with events (see data/human_evolution.json as an example)
- Install requirements -
pip install -r requirements.txt
- Update the
DATA_FILE
variable python logtimeline.py
generates a PDF in the output directory
- Zip contents of root directory & upload to lambda (https://console.aws.amazon.com/lambda/home)
- Run test function