diff --git a/README.md b/README.md index 626af244..15379ec4 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,19 @@ A tool to run web applications on AWS Lambda 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. The same docker image can run on AWS Lambda, Amazon EC2, AWS Fargate, and local computers. -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. - ![Lambda Web Adapter](docs/images/lambda-adapter-overview.png) +## Features + +- Run web applications on AWS Lambda +- Supports Amazon API Gateway Rest API and Http API endpoints, Lambda Function URLs, and Application Load Balancer +- Supports Lambda managed runtimes, custom runtimes and docker OCI images +- Supports any web frameworks and languages, no new code dependency to include +- Automatic encode binary response +- Enables graceful shutdown +- Supports response payload compression +- Supports web applications running over both HTTP and HTTPS + ## Usage AWS Lambda Web Adapter work with Lambda functions packaged as both docker images and Zip packages. diff --git a/docs/images/lambda-adapter-overview.png b/docs/images/lambda-adapter-overview.png index 6f0d6d34..a3420a0b 100644 Binary files a/docs/images/lambda-adapter-overview.png and b/docs/images/lambda-adapter-overview.png differ