Code Quality Check with AWS CodeBuild
Briefly

AWS CodeBuild is our way to go. AWS CodeBuild is designed to build given code and to create built artifacts. However, in this manual, we don't want to go into details of the entire artifact building process, but we'll use AWS CodeBuild as a helper service to launch tests on every pull request created or updated.
Since we're using GitHub here as an entry point for our quality check, it's should be mentioned that GitHub is giving us its own tools to do the quality checks and even building the entire pipeline. However, in this step-by-step guide, we'll look into AWS CodeBuild usage in conjunction with GitHub, to broaden our CI/CD experience.
Read at CodeProject
[
add
]
[
|
|
]