codepipeline Finalizing CodePipeline with Lambda Hey there, it has been awhile since my last post! No I did not contract COVID-19 yet. I have been busy studying for the AWS Devops Professional Certification! Now that
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
Serverless Serverless Exercise with AWS Lambda and Python You may have already heard of the serverless craze. For those like me who are always six months behind the curve; serverless is the concept of running code without having
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