Your cart is currently empty!
Tag: ecr
Building out a reusable Terraform framework for Flask Applications
I find myself utilizing the same architecture for deploying demo applications on the great Python library Flask. I’ve been using the same Terraform files over and over again to build out the infrastructure. Last weekend I decided it was time to build a reusable framework for deploying these applications. So, I began building out the…