Ming's Site

  
Hao-Ming Hsu (許浩鳴)
Learn by Doing.
@minghsu0107

  • About
  • Categories
  • Tags

© 2023. All rights reserved.

[AWS] Host a React Application on S3 and CloudFront with Continuous Delievery

Sun, Jun 6, 2021 · 2 min read
AWS
React
S3
CloudFront


We will build a continuous delivery pipeline that deploys a React application to Amazon S3 and syncs it with Amazon CloudFront, a content delivery network (CDN) managed by AWS.

All source codes are available at https://github.com/minghsu0107/sync-react-s3-cloudfront.

Read More…