How to create a code pipeline stage to deploy React application with source code in github? [CDK 2.0]
I have a React repository in GitHub, and I want to build a pipeline so that whenever I push new commit into the repository, the pipeline will build and deploy to production. I’m using CDK 2.0.