CodeBuild is a managed build service that compiles the code, runs unit tests, and produces deployment artifacts.
AWS CodeBuild
- On-demand Scaling, Pre-configured environments for many programming languages
- Build Spec is a YAML file of commands and settings for CodeBuild to run a build
- CodeBuild is the part of enabling Continuous Integration (CI) and Continuous Delivery (CD).