Skip to content

Commit 486a0fd

Browse files
authored
feat: Add serverless-disable-request-validators (#412)
1 parent 3d05534 commit 486a0fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
131131
| **[Ding - `serverless-ding`](https://github.com/sidgonuts/serverless-ding)** <br/> by [sidgonuts](http://github.com/sidgonuts) <br/> Serverless plugin to audibly alert user after deployment | ![Github Stars](https://img.shields.io/github/stars/sidgonuts/serverless-ding.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-ding.svg?label=Downloads&style=for-the-badge)|
132132
| **[Dir Config Plugin - `serverless-dir-config-plugin`](https://github.com/economysizegeek/serverless-dir-config-plugin)** <br/> by [economysizegeek](http://github.com/economysizegeek) <br/> EXPERIMENTAL - Serverless plugin to load function and resource definitions from a directory. | ![Github Stars](https://img.shields.io/github/stars/economysizegeek/serverless-dir-config-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-dir-config-plugin.svg?label=Downloads&style=for-the-badge)|
133133
| **[Disable Functions - `serverless-disable-functions`](https://github.com/abeMedia/serverless-disable-functions)** <br/> by [abeMedia](http://github.com/abeMedia) <br/> A simple serverless plugin to disable functions. | ![Github Stars](https://img.shields.io/github/stars/abeMedia/serverless-disable-functions.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-disable-functions.svg?label=Downloads&style=for-the-badge)|
134+
| **[Disable Request Validators - `serverless-disable-request-validators`](https://github.com/jweyrich/serverless-disable-request-validators)** <br/> by [jweyrich](http://github.com/jweyrich) <br/> Serverless v2/v3 plugin to disable API Gateway request validators. | ![Github Stars](https://img.shields.io/github/stars/jweyrich/serverless-disable-request-validators.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-disable-request-validators.svg?label=Downloads&style=for-the-badge)|
134135
| **[Discovery Plugin - `serverless-discovery-plugin`](https://github.com/aregier/serverless-discovery-plugin)** <br/> by [aregier](http://github.com/aregier) <br/> A serverless plugin to register AWS micro-service endpoints with a discovery service at serverless deploy or serverless remove time. | ![Github Stars](https://img.shields.io/github/stars/aregier/serverless-discovery-plugin.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-discovery-plugin.svg?label=Downloads&style=for-the-badge)|
135136
| **[Docker Artifacts - `serverless-docker-artifacts`](https://github.com/Suor/serverless-docker-artifacts)** <br/> by [Suor](http://github.com/Suor) <br/> Build your artifacts within docker container. | ![Github Stars](https://img.shields.io/github/stars/Suor/serverless-docker-artifacts.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-docker-artifacts.svg?label=Downloads&style=for-the-badge)|
136137
| **[Domain Manager - `serverless-domain-manager`](https://github.com/amplify-education/serverless-domain-manager)** <br/> by [amplify-education](http://github.com/amplify-education) <br/> Serverless plugin for managing custom domains with API Gateways. | ![Github Stars](https://img.shields.io/github/stars/amplify-education/serverless-domain-manager.svg?label=Stars&style=for-the-badge) <br/> ![NPM Downloads](https://img.shields.io/npm/dt/serverless-domain-manager.svg?label=Downloads&style=for-the-badge)|

Diff for: plugins.json

+5
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@
194194
"description": "Preload environment variables from `.env` into serverless.",
195195
"githubUrl": "https://github.com/infrontlabs/serverless-dotenv-plugin",
196196
"status": "active"
197+
}, {
198+
"name": "serverless-disable-request-validators",
199+
"description": "Serverless v2/v3 plugin to disable API Gateway request validators.",
200+
"githubUrl": "https://github.com/jweyrich/serverless-disable-request-validators",
201+
"status": "active"
197202
}, {
198203
"name": "serverless-default-aws-resource-attributes",
199204
"description": "Set default attributes a given CloudFormation resource should have based on type.",

0 commit comments

Comments
 (0)