AWS CodeBuild features

  • Build and test the code:

AWS CodeBuild runs builds in pre-configured build environments which contain the programming language, operating system, and build tools to complete the task. You specify your source code's location and select the settings for the build. AWS CodeBuild will build your code and store the artifacts in an Amazon S3 bucket, or upload to an artifact repository.

AWS CodeBuild provides pre-configured build environments for Java, Node.js, Python, Go, Ruby, Android, and Docker.

You can package the runtime and tools for your own build environment into a Docker image and upload to the public Docker Hub repository or Amazon EC2 Container Registry (Amazon ECR).

You can specify the location of your Docker ...

Get Expert AWS Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.