Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit c5cc45c

Browse files
author
cgohlke
committed
prepare version 0.7.1
1 parent d848e8d commit c5cc45c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ export const handler = router.handler({
6161
6262
The proxy integration usually works using a path configured in the API gateway. For example: `/article/{id}`.
6363
64-
If you use the WIP *proxy path support*, the complete path will be used to match a route config in `proxyIntegration`. This can be used to build an [Simple Proxy with API Gateway]([https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-http.html](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-http.html))
64+
If you use the WIP *proxy path support*, the complete path will be used to match a route config in `proxyIntegration`. This can be used to build an [Simple Proxy with API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-create-api-as-simple-proxy-for-http.html)
6565
6666
Example:
67-
* Resource in API Gateway : /{proxy+}
67+
* Resource in API Gateway : /{proxy+} [see Proxy Integration with a Proxy Resource](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-set-up-simple-proxy.html)
6868
* Method: ANY
6969
7070
With the lambda configuration shown below the following paths are matched:
@@ -329,6 +329,9 @@ See here: https://yarnpkg.com/en/docs/cli/link
329329
330330
## Release History
331331
332+
* 0.7.1
333+
* code style cleanup
334+
* fix: hosted package on npmjs should now worked
332335
* 0.7.0
333336
* migrate to typescript
334337
* using aws-lambda typings

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-router",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "AWS lambda router",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)