Skip to content

Commit c1555bc

Browse files
committed
moar README [ci skip]
1 parent 8ce6807 commit c1555bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ An npm module that allows your Express.js or Connect web applications to be depl
66

77
Inspired by [aws-serverless-express](https://github.com/awslabs/aws-serverless-express)
88

9+
It supports `nodejs8.10` and `nodejs10.x` execution environments.
10+
11+
The main differences between this module and `aws-serverless-express` are
12+
* It's using [in-process-request](https://github.com/janaz/in-process-request) module to execute app handlers in-process without having to start background http server
13+
* Simpler setup as it doesn't require managing the internal http server
14+
* It's faster, because it doesn't need to pass the request to the internal server through the unix socket
15+
* It's free from issues caused by limits in Node.js http module such as header size limit
16+
917
## Usage
1018

1119
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)