Creating a Build Project

Overview

A build is a process to convert files and other dependencies into an executable that can be used by an end user. When we use AWS CodeBuild for continuous integration, we need to create a build project which is a combination of the following:

  • Our initial project settings, which include our build environment
  • The place where we fetch our source code from
  • The buildspec.yml file containing the script to configure our build and manage artifacts

Get hands-on with 1200+ tech skills courses.