Before any deploy stage for a municipal records API, unit tests and lint must run with cached dependencies. Which service should provide that CI build/test compute in the pipeline?
Select an answer to reveal the explanation.
Short Explanation
CodeBuild is the workshop bench in the pipeline: run lint and unit tests with cached deps before anyone ships to the city. S3 sites and CloudFront purges are not your test runners.
Full Explanation
CodeBuild is the managed build/test compute commonly wired into CodePipeline for unit tests, lint, and dependency caching before deployment stages. Object storage, CDN invalidations, and DNS health checks do not replace CI build agents for application test suites.