From 75349860a1df58e7b00cc992c55ae51fd2d9e424 Mon Sep 17 00:00:00 2001 From: Rodney Marsh Date: Wed, 8 Nov 2023 12:12:13 +1100 Subject: [PATCH] feat: add `@iress/middy-http-path-router` to third-party middleware docs --- website/docs/middlewares/third-party.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/middlewares/third-party.md b/website/docs/middlewares/third-party.md index 41df98a13..95799f384 100644 --- a/website/docs/middlewares/third-party.md +++ b/website/docs/middlewares/third-party.md @@ -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