Deploy a React App with the AWS CDK

This is the companion project to my post Deploy a React App with the AWS CDK.

The project uses the AWS CDK to do a bucket deployment. The actual usage of the CDK is in the infra folder. The project lays out a basic static deployment with an S3 bucket and a Cloudfront CDN. I recommend checking out the AWS Best Practices to learn more about using the CDK.