Articles in this series
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...