Home > Mobile >  An AWS CI/CD Pipeline that allows manual deploy by commit
An AWS CI/CD Pipeline that allows manual deploy by commit

Time:02-07

Background

I want to create the following CI/CD flow in AWS and Github, for a react app using Amplify:

  1. A single main branch, with short-lived feature branches and PRs into main.
  2. Each PR triggers its own test environment in Amplify, with its own temporary subdomain, which gets torn down when the PR is merged, as described Jenkins parameters

  •  Tags:  
  • Related