1
You are designing a CI/CD pipeline. You need a service to compile source code, run tests, and produce software packages that are ready to deploy. Which service handles the build phase?
AWS Lambda
AWS CloudFormation
AWS CodeCommit
AWS CodeBuild
View Explanation
✓ Correct Answer: AWS CodeBuildExplanation:AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages.