Skip to content

Commit 21c4a98

Browse files
authored
Document Lambda Function URL support (#188)
1 parent dcef70b commit 21c4a98

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ A tool to run web applications on AWS Lambda
55
AWS Lambda Web Adapter allows developers to build web apps (http api) with familiar frameworks (e.g. Express.js, Next.js, Flask, SpringBoot, and Laravel, anything speaks HTTP 1.1/1.0) and run it on AWS Lambda.
66
The same docker image can run on AWS Lambda, Amazon EC2, AWS Fargate, and local computers.
77

8-
AWS Lambda Web Adapter is developed as a Lambda extension (since v0.2.0). For details, checkout its [design](docs/design.md) and [development](docs/development.md) documents.
9-
108
![Lambda Web Adapter](docs/images/lambda-adapter-overview.png)
119

10+
## Features
11+
12+
- Run web applications on AWS Lambda
13+
- Supports Amazon API Gateway Rest API and Http API endpoints, Lambda Function URLs, and Application Load Balancer
14+
- Supports Lambda managed runtimes, custom runtimes and docker OCI images
15+
- Supports any web frameworks and languages, no new code dependency to include
16+
- Automatic encode binary response
17+
- Enables graceful shutdown
18+
- Supports response payload compression
19+
- Supports web applications running over both HTTP and HTTPS
20+
1221
## Usage
1322

1423
AWS Lambda Web Adapter work with Lambda functions packaged as both docker images and Zip packages.
-128 KB
Loading

0 commit comments

Comments
 (0)