README.md

CDK

Preparation

Create virtualenv and install dependencies

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Run tests

PYTHONPATH=. python tests/test_app.py -v

Deploy all stacks

cdk deploy rds