From aa89e40ddb7cbe9fcfdc7c08170e57505ba6a0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Cola=C3=A7o?= Date: Mon, 10 Jun 2024 18:28:29 +0200 Subject: [PATCH] docs(readme): fix typo & add key features --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32ee832..7423fc0 100644 --- a/README.md +++ b/README.md @@ -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: