Launch an Express Typescript Server on AWS that updates on "git push"
A simple guide to run any service on AWS with a CI/CD pipeline
Jun 24, 20218 min read1.4K

Search for a command to run...
Series
Basic walkthroughs of how to do stuff in the cloud
A simple guide to run any service on AWS with a CI/CD pipeline

Node.js, Docker, ECR, ECS, RDS, Postgres in a single Article

Welcome back on the Docker and AWS series by TinyStacks In this Article, we will create a simple CRUD API using a Flask Application , Docker, Postgres. In the next article we'll cover deploying a flask app to AWS. Video Version: Steps: Create a fol...

In this article, we’ll deploy the Flask application we created in the previous article on AWS, using: Amazon RDS (Relational Database Service) Amazon ECR (Elastic Container Registry) Amazon ECS (Elastic Container Service) And if all of this seems l...
