All

Deploy Flask App to Heroku using Github Actions

Introduction In some earlier blogposts, we experimented a bit with deploying the same Flask app to various different platforms. We deployed the app to Docker directly or to Docker via Hashicorp Waypoint or even to Elastic Beanstalk.

Deploy Flask App to EBS using CLI

Introduction In this post, I created a very basic Flask application. The idea behind this post is to deploy the application to AWS Elastic Beanstalk using the Beanstalk CLI.

Basic Flask Application

Introduction In this post we will create a very basic Flask application. I know there’s probably tons of similar posts out there on the internet but I always want to explore things myself in order to better understand it.