In our previous post, we showed how to create an AWS Continuous Deployment Pipeline. This post will continue where we left off. We will enhance the pipeline with a Review stage, a more efficient use of the Maven cache and add notifications to the pipeline.
Continue reading “How to Create an AWS Continuous Deployment Pipeline Cont’d”Tag: AWS CodePipeline
How to Create an AWS Continuous Deployment Pipeline
Creating a continuous deployment pipeline will bring us a step closer to an automated build, test, deploy strategy. In order to create such a pipeline, we need to have access to several tools. Instead of installing these on on-premise servers, we can make use of the AWS cloud offer. Let’s see how this can be accomplished!
Continue reading “How to Create an AWS Continuous Deployment Pipeline”