Introduction

In the previous article, we learned about AWS CodeCommit, AWS's managed Git repository service.

Although CodeCommit can store source code, simply storing code is not enough.

Every time developers make changes to an application, someone still needs to:

Build the application