Skip to content

Commit 10e02fe

Browse files
committed
New features in README
1 parent 271c7b1 commit 10e02fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lambda-request-handler
22

3-
An npm module that allows your Node.js web applications to be deployed as an AWS Lambda function.
3+
An npm module that allows your Node.js web applications to be deployed as an AWS Lambda function and invoked in response to API Gateway or Application Load Balancer requests.
44

55
[![Build Status](https://travis-ci.org/janaz/lambda-request-handler.svg?branch=master)](https://travis-ci.org/janaz/lambda-request-handler)
66

@@ -21,6 +21,10 @@ The main differences between this module and `aws-serverless-express` are
2121
* It's faster, because it doesn't need to pass the request to the internal server through the unix socket
2222
* It's free from issues caused by limits in Node.js http module such as header size limit
2323

24+
The handler supports events from the following sources:
25+
- API Gateway
26+
- Application Load Balancer
27+
2428
## Usage
2529

2630
The default export of `lambda-request-handler` is a function that takes an application handler (i.e. Express.js app instance) as an argument and returns an AWS Lambda handler function.

0 commit comments

Comments
 (0)