Skip to content

fix: README.md #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nginx-lambda-gateway
| |-- Dockerfile.oss for NGINX OSS to act as a Lambda gateway
| └-- Dockerfile.plus for NGINX Plus to act as a Lambda gateway
|
|-- docker-compose.yml
|-- docker-compose.yml Docker config to build and run nginx-lambda-gateway
|-- settings.env Docker env file
|
|-- docs contains documentation about the project
Expand All @@ -52,7 +52,7 @@ nginx-lambda-gateway
| |-- 01-all-lambda-function-arns NGINX proxy to all Lambda function ARNs
| |-- 02-one-lambda-function-arn NGINX proxy to one Lambda function ARN
| |-- 03-one-lambda-function-url NGINX proxy to one Lambda function URL
| └-- 04-lambda-function-arn-url NGINX proxy to both Lambda function ARN/URL
| └-- 04-lambda-function-arn-url NGINX proxy to both of Lambda function ARN and URL
|
|-- tests test launcher and unit/integration test code
|
Expand Down