Automate React Site Deployments from GitHub to S3 & CloudFront – Lukonde Mwila
Description:
Learn how to create a CI/CD pipeline for a React application in AWS in this 27-minute conference talk from DevOps.js Conference 2021. Discover the process of pulling source code from GitHub, running tests against the application, and deploying it to an S3 bucket for static site hosting. Explore how to distribute the site using CloudFront, which will point to the S3 bucket. Gain insights into building all the infrastructure using Terraform and leveraging Terragrunt to create this setup for multiple environments. Follow along as the speaker demonstrates the entire automation process, providing valuable knowledge for streamlining React site deployments from GitHub to AWS services.
Automate React Site Deployments from GitHub to S3 & CloudFront