Demo CI/CD flow

Overview

Now, let’s demostration the continuous integration and continuous delivery workflow automates the process from code commit to deployment. When a developer commits code to a GitHub repository, AWS CodePipeline detects the change and triggers the pipeline.

  1. Commit new change to Github Repository commit
  2. CodePipeline automatically detects the latest changes commit commit
  3. New API endpoint deploy sucessfull commit