Before continuing, one should know the following things:
- Creating an S3 bucket
- Setting up CodeCommit (refer Chapter 1)
- Setting up CodeBuild (refer Chapter 2)
If you are comfortable in implementing the preceding, then you are good to go.
The workflow of the pipeline is as follows:
- The sample application code will reside in the CodeCommit repository
- Once there will be a change in the code, the CodeBuild will pull and upload the latest revision in S3
- The S3 bucket will be enabled to serve as website hosting