What is CodeBuild?
• AWS CodeBuild is a fully managed continuous integration service.
• It compiles source code, runs tests, and produces deployable artifacts.
• No need to manage build servers — AWS handles scaling and infrastructure for you.
• Commonly used with CodeCommit,...