Skip to content

Commit 05c80d3

Browse files
committed
Bump version and release
1 parent 387ef29 commit 05c80d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 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 and invoked in response to API Gateway or Application Load Balancer requests.
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, HTTP API, 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

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-request-handler",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"license": "(MIT OR Apache-2.0)",
55
"scripts": {
66
"precompile": "rm -rf dist",
@@ -28,7 +28,8 @@
2828
"response",
2929
"api-gateway",
3030
"alb",
31-
"application-load-balancer"
31+
"application-load-balancer",
32+
"http-api"
3233
],
3334
"main": "./dist/compile/lambda",
3435
"types": "./dist/compile/lambda.d.ts",

0 commit comments

Comments
 (0)