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

Commit

Permalink
prepare version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chgohlke committed Jan 22, 2020
1 parent d848e8d commit c5cc45c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ export const handler = router.handler({
The proxy integration usually works using a path configured in the API gateway. For example: `/article/{id}`.
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))
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)
Example:
* Resource in API Gateway : /{proxy+}
* 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)
* Method: ANY
With the lambda configuration shown below the following paths are matched:
Expand Down Expand Up @@ -329,6 +329,9 @@ See here: https://yarnpkg.com/en/docs/cli/link
## Release History
* 0.7.1
* code style cleanup
* fix: hosted package on npmjs should now worked
* 0.7.0
* migrate to typescript
* using aws-lambda typings
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-lambda-router",
"version": "0.7.0",
"version": "0.7.1",
"description": "AWS lambda router",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c5cc45c

Please sign in to comment.