Skip to content

Commit 7892d8e

Browse files
committed
chore: nginx-lambda-gateway on multi clouds and IoTs
1 parent 7c0ad5d commit 7892d8e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# NGINX Lambda Gateway
22

3-
![](./docs/img/nginx-lambda-gateway-intro.png)
4-
53
## Introduction
64

7-
This project provides a working configuration of NGINX configured to act as an authenticating gateway for the AWS Lambda service. This allows you to proxy a private Lambda function without requiring users to authenticate to it via AWS signature. Within the proxy layer, additional functionality can be configured such as:
5+
This project provides a working configuration of NGINX configured to act as an authenticating gateway for the AWS Lambda service. This allows you to proxy a private Lambda function without requiring users to authenticate to it via AWS signature.
6+
7+
![](./docs/img/nginx-lambda-gateway-intro.png)
8+
9+
Within the proxy layer, additional functionality can be configured such as:
810

911
- Providing an AWS signature based authentication gateway using an alternative authentication
1012
system to AWS Lambda functions
@@ -17,6 +19,7 @@ This project provides a working configuration of NGINX configured to act as an a
1719
- Authenticating users to authorize AWS Lambda functions with a [OIDC](https://github.com/nginx-openid-connect)
1820
- Protecting AWS Lambda functions with a [WAF](https://docs.nginx.com/nginx-waf/)
1921

22+
2023
## Getting Started
2124

2225
Refer to the [Getting Started Guide](docs/getting_started.md) for how to build and run the gateway.
46.2 KB
Loading

0 commit comments

Comments
 (0)