Skip to content

Commit

Permalink
Merge pull request #1124 from iress/feature/apigateway-router-middleware
Browse files Browse the repository at this point in the history
feat: add `@iress/middy-http-path-router` to third-party middleware docs
  • Loading branch information
willfarrell authored Nov 8, 2023
2 parents 7063649 + 7534986 commit 13f49c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/middlewares/third-party.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ If your middleware is missing, feel free to [open a Pull Request](https://github
- [middy-rds](https://www.npmjs.com/package/middy-rds): Creates RDS connection using `knex` or `pg`
- [middy-recaptcha](https://www.npmjs.com/package/middy-recaptcha): reCAPTCHA validation middleware
- [middy-sparks-joi](https://www.npmjs.com/package/middy-sparks-joi): Joi validator
- [@iress/middy-http-path-router](https://www.npmjs.com/package/@iress/middy-http-path-router): Routes AWS API Gateway events to handlers based on static and dynamic paths

## Version 2.x - 3.x

Expand Down

0 comments on commit 13f49c9

Please sign in to comment.