Deploying a Static Website
A static site is rendered on the client side in the browser and doesn't require any server side rendering. Hence, there is no need for server side compute resources.
Some popular frameworks for building a static site are:
- ReactJs
- VueJs
- GatsbyJs
- NextJs
- Astro
- Hugo
Deployment makes it super easy to deploy a static site on your AWS cloud.
Steps
- Click on the
Static sitebutton in the dropdown to create a deployment. {" "}
- Select a repository you want to deploy.
{" "}
- Input details for the static site deployment and deploy a static site