Setting Up Continuous Integration with CircleCI

Previously I showed you how to deploy a NodeJS app in Fargate. In this post I’ll explain how to set up continuous integration with CircleCI. Why I Wanted to do This In my previous post I set up a NodeJS app in Fargate, but each time I wanted to make a change to the live …

Deploying a NodeJS App in AWS Fargate

In this post I’ll explain how to create, upload, and run a NodeJS application in a Docker container on AWS Fargate. Why I Wanted to Do This I’m working on a new project. I’ll be starting out by putting together a prototype of just the front end, and then adding calls to another service on …