Deploy CodePipeline

Deploy CodePipeline

In this section, we will together add a CI/CD workflow for our .NET 6 application pushed to this repository. This application has only one endpoint as “/” return the text Hello world.

Demo

To carry out the content in this section, you should clone this repository and push it to your own repository.

Architecture

Content

  1. Create a new S3 Bucket
  2. Connect AWS to Github
  3. Create a new Pipeline
  4. Add Policy for Service Role
  5. Test the Pipeline