## AWS CDK Testing Examples for Python This project contains Python samples using the new AWS CDK `assertions` module. To try them out, run the following commands: 1. `python3 -m venv .venv` 2. If on MacOS or Linux, `source .venv/bin/activate`. If on Windows, `.venv\Scripts\activate.bat`. 3. `pip install -r requirements.txt` 4. `pytest`