
The developer tools provide all the features required for the DevOps cycle. It has CodeCommit for source control, CodeBuild to build the artifacts required for the deployment, and CodeDeploy to deploy the artifacts to various AWS services. <br><br>All of this can be controlled in AWS CodePipeline, which makes it very easy to build and deploy the code.<br>We are using CodeBuild and CodePipeline regularly to deploy our workloads. Review collected by and hosted on G2.com.
CodeCommit is not very user-friendly when compared to other peers such as GitLab/BitBucket.<br>CodeBuild is good but lacks several capabilities when compared to GitLab CI. Review collected by and hosted on G2.com.