Skip to content

PanKbase/cdk-igvf-sandbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cdk-igvf-sandbox

This repo is for defining and deploying infrastructure in the igvf-sandbox account (note currently using the igvf-staging account) that is shared or outlives a particular application's lifecycle (VPCs, security groups, etc).

Type checking with Mypy

Type annotations can be statically checked with mypy:

$ pip install -r requirements-dev.txt
$ mypy --strict .

Updating snapshots

When making changes review snapshot test failures, and when happy with changes update snapshots:

$ pytest --snapshot-update

About

Repo for internal infrastructure in igvf-sandbox (igvf-staging) account

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 91.9%
  • Dockerfile 6.4%
  • Shell 1.7%