This workshop explains how to build a CI/CD pipeline using AWS's Code Serise. It also explains how to organize various ways to improve code quality (CodeReview & UnitTest) in the AWS pipeline.
It covers simple branch build and deployment, UnitTest report, and CodeGuru which automatically performs code review when create pull-requests.
- Amazon Cloud9
- Amazon CodeCommit
- Amazon CodeBuild
- Amazon CodeDeploy
- Amazon Pipeline
- Amazon CodeGuru
- Amazon CloudFormation
- Amazon EC2
- Deploy AWS CloudFormation stack to set up prerequisites.
- Create CI/CD pipeline with CodeGuru & Codebuild report for unittest.
- Deploy to Stating Environment.
- Find Bug and Issue.
- Fix issue and get a report unittest & CodeGuru report.
- Make Pull-Request and merge to master.
- Deploy Production Environnment.
- Run CodeGuru Profiler.
- Build a CD/CI pipeline to improve code quality using a variety of AWS services!
- AWS의 다양한 서비스를 이용하여 코드 품질을 높힐 수 있도록 CD/CI 파이프라인을 구축해보세요!
This library is licensed under the MIT-0 License. See the LICENSE file.

