serverless-reqvalidator-plugin icon indicating copy to clipboard operation
serverless-reqvalidator-plugin copied to clipboard

Serverless plugin to attach AWS API Gateway Basic Request Validation https://rafpe.ninja/2017/12/18/serverless-own-plugin-to-attach-aws-api-gateway-basic-request-validation/

Results 5 serverless-reqvalidator-plugin issues
Sort by recently updated
recently updated
newest added

Executeing the command `serverless plugin install -n serverless-reqvalidator ` results in `npm ERR! 404 Not Found - GET https://registry.npmjs.org/serverless-reqvalidator - Not found`. ![image](https://user-images.githubusercontent.com/47452856/178157727-de49334a-2823-45de-ad88-f8ed225ff5c6.png) **`package.json`** content: ```json "dependencies": { "serverless-reqvalidator-plugin": "^2.0.0"...

question

Warning: Invalid configuration encountered [15/1523] at 'functions.plan.events.0.http.reqValidatorName': must be string at 'functions.customer.events.0.http.reqValidatorName': must be string at 'functions.customer.events.2.http.reqValidatorName': must be string at 'functions.user.events.0.http.reqValidatorName': must be string My serverless def looks like:...

Although I have specified a request validator (using FN::ImportValue), serverless deploy is still creating a default request validator for the stack. Checking the `.serverless/cloudformation-template-update-stack.json` I can see it declared as...

I got a warning: > Warning: Invalid configuration encountered at 'functions.xxx.events.1.http': must have required property 'reqValidatorName' endpoint definition: ```yaml - http: path: healthcheck cors: true method: get integration: mock request:...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.10 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies