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
Create virtualenv and install dependencies
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
PYTHONPATH=. python tests/test_app.py -v
cdk deploy rds