codepipeline Setting Up a CI/CD Process with AWS CodePipeline Today I'll be setting up an automated delivery process using AWS codepipeline. What is codepipeline? Codepipeline is AWS's take on a CI/CD platform like Gitlab CI, Jenkins, Bamboo, and
flask Playing with CI/CD on Gitlab-CI Part 2 (Flask) You may remember Part 1 of "Playing with CI/CD on Gitlab-CI" where I setup the skeleton for a basic pipeline. If not please check it out here, and try