This repo is for defining and deploying infrastructure in the igvf-prod
account that is shared or outlives a particular application's lifecycle (VPCs, security groups, etc).
Type annotations can be statically checked with mypy
:
$ pip install -r requirements-dev.txt
$ mypy --strict .
When making changes review snapshot test failures, and when happy with changes update snapshots:
$ pytest --snapshot-update