Skip to content

Commit

Permalink
docs(readme): fix typo & add key features
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso committed Jun 10, 2024
1 parent 82ef181 commit aa89e40
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Terraform AWS Cloudfront fpr s3
# Terraform AWS Cloudfront for s3

Fully written and tested using [OpenTofu](https://github.com/opentofu/opentofu)

Simple AWS Cloudfront to serve static websites from S3.
This module provides lambda@edge function if you want to serve content in subfolders without needing to provide the index.html,

## Key features

* lambda@edge function if you want to serve content in subfolders without needing to provide the index.html,
for example: `https://foo.bar/somepage/`
* Custom error reponses


## TODO:

Expand Down

0 comments on commit aa89e40

Please sign in to comment.