Skip to content

Commit

Permalink
docs: update description of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Aug 13, 2023
1 parent 6db4947 commit cd51c7f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
This Terraform module deploys customizable and reusable Lambda@Edge functions
that provide middleware for AWS CloudFront.

## Features
## Middlewares

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

## Usage
Expand Down Expand Up @@ -49,7 +49,7 @@ module "cloudfront_middleware_at_edge" {

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

| Name | Description | Type | Default | Required |
Expand Down

0 comments on commit cd51c7f

Please sign in to comment.