Skip to content

Commit cd51c7f

Browse files
committed
docs: update description of repo
1 parent 6db4947 commit cd51c7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
This Terraform module deploys customizable and reusable Lambda@Edge functions
44
that provide middleware for AWS CloudFront.
55

6-
## Features
6+
## Middlewares
77

8-
- **Authentication & Authorization**: This feature provides authentication and
9-
authorization to restrict access to a site hosted on CloudFront. Users can
10-
optionally customize the authorization rules via an Open Policy Agent (OPA)
11-
policy.
12-
- **URL Rewriting**: This feature rewrites the URLs of requests. Users can
8+
- **`auth-at-edge`**: Also known as `cognito-at-edge`, this feature provides
9+
authentication and authorization to restrict access to a site hosted on
10+
CloudFront. Users can _optionally_ customize the authorization rules via an
11+
Open Policy Agent (OPA) policy.
12+
- **`url-rewriter`**: This feature rewrites the URLs of requests. Users can
1313
define URL rewrite rules via an Open Policy Agent (OPA) policy.
1414

1515
## Usage
@@ -49,7 +49,7 @@ module "cloudfront_middleware_at_edge" {
4949

5050
In addition to the variables documented below, this module includes several
5151
other optional variables (e.g., `name`, `tags`, etc.) provided by the
52-
`cloudposse/label/null` module. Please refer to the [`cloudposse/label` documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest)
52+
`cloudposse/label/null` module. Please refer to its [documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest)
5353
for more details on these variables.
5454

5555
| Name | Description | Type | Default | Required |

0 commit comments

Comments
 (0)