|
1 | 1 | # aws-lambda-edge-basic-auth-terraform
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 | This is a [Terraform](https://www.terraform.io/) module that creates [AWS Lambda@Edge](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-at-the-edge.html) resources to protect [CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Introduction.html) distributions with [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication).
|
4 | 6 |
|
5 | 7 | The purpose of this module is to make it no-brainer to set up AWS resources required to perform Basic Authentication with AWS Lambda@Edge. If you don't want to take care of tedious jobs such as IAM role setup, this is a right module to go with.
|
@@ -163,6 +165,10 @@ It shows markdown table of inputs and outputs, same as included in this README.
|
163 | 165 |
|
164 | 166 | Tests for the handler is located at [`test/`](test/) directory and executed in `build.sh`.
|
165 | 167 |
|
| 168 | +### Diagrams |
| 169 | + |
| 170 | +Diagrams are located at [`diagrams/`](diagrams/) directory. You can import and edit XML files visually using [draw.io](https://www.draw.io/). |
| 171 | + |
166 | 172 | # License
|
167 | 173 |
|
168 | 174 | Copyright © 2019 Naoto Yokoyama
|
|
0 commit comments