andrewevans0102 / deploy-react-with-cdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:TypeScript 56.8%Language:HTML 19.6%Language:JavaScript 13.1%Language:CSS 10.6%