We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192e9fb commit 954fb16Copy full SHA for 954fb16
README.md
@@ -6,6 +6,9 @@ A Serverless Framework plugin that adds request validation to your AWS API Gatew
6
7
```bash
8
npm install --save-dev serverless-api-gateway-request-validator
9
+
10
+# Using Serverless plugin install
11
+serverless plugin install -n serverless-api-gateway-request-validator
12
```
13
14
Then add the plugin to your `serverless.yml` file:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-api-gateway-request-validator",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Serverless Framework plugin to configure API Gateway request validators",
5
"main": "src/index.js",
"scripts": {
0 commit comments