Skip to content

Commit e8153d1

Browse files
authored
docs(readme): Fix Travis CI badge and add reference do Serverless documentation.
1 parent 1b5b8dc commit e8153d1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# serverless-disable-request-validators
2-
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) [![npm version](https://badge.fury.io/js/serverless-disable-request-validators.svg)](https://badge.fury.io/js/serverless-disable-request-validators) [![Build Status](https://travis-ci.org/jweyrich/serverless-disable-request-validators.svg?branch=master)](https://travis-ci.org/prisma/serverless-plugin-typescript)
2+
[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com) [![npm version](https://badge.fury.io/js/serverless-disable-request-validators.svg)](https://badge.fury.io/js/serverless-disable-request-validators) [![Build Status](https://travis-ci.org/jweyrich/serverless-disable-request-validators.svg?branch=master)](https://travis-ci.org/jweyrich/serverless-disable-request-validators)
33

44
Serverless v2 plugin to disable API Gateway request validators.
55

66
## What it does
77

8-
It gives you the [ability to disable the API Gateway Request Validator on v2](https://github.com/serverless/serverless/issues/10229) until the Serverless Framework team introduces an opt-out flag or another mechanism to avoid the automatic creation of Request Validators in API Gateway when your Lambda functions have an schema associated with them.
8+
It gives you the [ability to disable the API Gateway Request Validator on v2](https://github.com/serverless/serverless/issues/10229) until the Serverless Framework team introduces an opt-out flag or another mechanism to avoid the [automatic creation of Request Validators in API Gateway](https://www.serverless.com/framework/docs/providers/aws/events/apigateway/#request-schema-validators) when your Lambda functions have an schema associated with them.
99

1010
There are 3 legitimate use cases for these schemas:
1111

@@ -23,6 +23,8 @@ yarn add --dev serverless-disable-request-validators
2323
npm install -D serverless-disable-request-validators
2424
```
2525

26+
## Enable the plugin
27+
2628
Add the following plugin to your `serverless.yml`:
2729

2830
```yaml
@@ -32,4 +34,4 @@ plugins:
3234
3335
## Configure
3436
35-
There's nothing to configure! ;-)
37+
No extra configuration is required in this version! ;-)

0 commit comments

Comments
 (0)