Bruce says some shit. This Python Flask app allows the world to contribute new quotes, storing them in AWS Dynamo DB.
Auth to AWS on the CLI to access the DDB table.
export AWS_ACCESS_KEY_ID="<redacted>"
export AWS_SECRET_ACCESS_KEY="<redacted>"
Create a virtual env named virt
virtualenv virt
source virt/bin/activate
Install dependencies
pip install -r requirements.txt
Run the app
python app.py