Terraform module which creates S3 and CloudFront resources for hosting a React application.
These types of resources are supported:
module "my-app" {
source = "chroto/serverless-react/aws"
name = "my-app"
- CloudFront restrictions can not be configured
- Custom aliases and domain names are unavailable
- Custom SSL Certificates are not supported
Module managed by Chris Proto.
Apache 2 Licensed. See LICENSE for full details.