Releases: krishanthisera/aws-static-hosting
Releases · krishanthisera/aws-static-hosting
aws-static-hosting-v1
Release Note - Version 1.0.0
Introduction
This repository serves as a sample infrastructure as code (IaC) project utilizing Terraform to host a static website or blog. The main focus of this setup is to support hosting static websites with the Astro framework, while also being applicable to any other static site.
Key Features
- Infrastructure as Code using Terraform for seamless deployment and scalability.
- Support for hosting static websites built with the Astro framework.
- Flexibility to host any type of static website or blog.
- Easy customization and configuration for individual project needs.
Installation
To get started with this project, follow these steps:
- Clone the repository:
https://github.com/krishanthisera/aws-static-hosting.git
- Navigate to the project directory:
cd aws-static-hosting/
- Set up the required variables and configurations in the
terraform.tfvars
file. - Run
terraform init
to initialize the Terraform project. - Use
terraform apply
to create and deploy the infrastructure for your static website.
What's Changed
- Edge functions initial configuration by @krishanthisera in #1
- Revert "Edge functions initial configuration" by @krishanthisera in #3
New Contributors
- @krishanthisera made their first contribution in #1
Full Changelog: https://github.com/krishanthisera/aws-static-hosting/commits/aws-static-hosting-v1