@jschr/lambda-response
Advanced tools
Comparing version
{ | ||
"name": "@jschr/lambda-response", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Express-style API for sending responses from Lambda Integration Proxy to API Gateway and a CLI for local development.", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"bin": { | ||
@@ -7,0 +8,0 @@ "lambda-response": "./lib/cli.js" |
@@ -6,3 +6,3 @@ # lambda-response | ||
Express-style API for sending responses from Lambda Integration Proxy to API Gateway. | ||
Express-style API for sending responses from [Lambda Integration Proxy](http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-lambda.html) to API Gateway. | ||
@@ -9,0 +9,0 @@ Includes a CLI tool and express middleware for local development. |
45515
0.33%