/terraform-aws-serverless-react

Terraform module which creates S3, CloudFront, and Route53 resources for hosting a React application

Primary LanguageHCLOtherNOASSERTION

AWS Serverless React Terraform module

Terraform module which creates S3 and CloudFront resources for hosting a React application.

These types of resources are supported:

Usage

module "my-app" {
  source = "chroto/serverless-react/aws"
  name = "my-app"

Examples

Known Issues/Limitations

  • CloudFront restrictions can not be configured
  • Custom aliases and domain names are unavailable
  • Custom SSL Certificates are not supported

Authors

Module managed by Chris Proto.

License

Apache 2 Licensed. See LICENSE for full details.