lambda-request-handler
Advanced tools
Comparing version 0.2.0-beta.2 to 0.2.0
{ | ||
"name": "lambda-request-handler", | ||
"version": "0.2.0-beta.2", | ||
"version": "0.2.0", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -5,0 +5,0 @@ "scripts": { |
# lambda-request-handler | ||
An npm module that allows your Node.js web applications to be deployed as an AWS Lambda function. | ||
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. | ||
@@ -24,2 +24,6 @@ [![Build Status](https://travis-ci.org/janaz/lambda-request-handler.svg?branch=master)](https://travis-ci.org/janaz/lambda-request-handler) | ||
The handler supports events from the following sources: | ||
- API Gateway | ||
- Application Load Balancer | ||
## Usage | ||
@@ -26,0 +30,0 @@ |
20206
88