DEV Community

Discussion on: Deploy a React App to Amazon S3 using Github Actions

Collapse
 
nobleobioma profile image
Noble Obioma

No, it will not route anything through GitHub Actions when a user visits your site. After a successful deploy to your S3 bucket, the GitHub action terminates and will only be triggered when you make a new push to the master branch.

Collapse
 
kaushpat22 profile image
Kaushal Patel

Great, Thanks for clarifying! How will the website performance be if there are 100 users on the website at a time vs. 10,000 users at a time?

Thread Thread
 
nobleobioma profile image
Noble Obioma

Thank you for your question 🙂. For Amazon S3, it is inherently scalable and scales seamlessly to serve thousands of HTTP or HTTPS requests per second without any changes to the architecture. But we can improve our current architecture by configuring the site to be served from the S3 bucket through AWS Cloudfront, which will give some benefits and more like:

  • Low latency across different locations with the use of edge locations.
  • Better page speed across different locations