This is part four in an ongoing series on developing an application that runs in AWS Fargate: Deploying the initial application skeleton to AWS Fargate Making the application horizontally autoscale in AWS Fargate Building a continuous integration / deployment pipeline In this article I’ll explore how to create a local development environment that lets me write code and test it in a container prior to using my CI/CD pipeline to deploy to the container to my production AWS Fargate environment.