Remove provider validation in Service.js file
See original GitHub issueThis is a Feature Proposal
Description
Since more and more 3rd party providers write plugins to integrate with Serverless we should definitely remove the provider
property validation in the Service.js
file (here).
Otherwise we need to get PRs for each and every provider we support and this would slow down the whole process and may cause demotivation in the long run.
Originally brought up by @alexellis and @ngtuna
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
How do I remove javascript validation from my eclipse project?
Right click your project; Select Properties -> Builders; Uncheck the "JavaScript Validator". Then either restart your Eclipse or/and rename the ...
Read more >Editing or Removing a Validation Script
Click the Delete button to remove the validation, or click the ellipsis button (...) next to the existing script to open the Edit...
Read more >How to make input validation simple and clean in your ...
npm install --save express-validator. Include module in your main server.js file: const express = require('express') const bodyParser ...
Read more >validate.js
Validate.js provides a declarative way of validating javascript objects. It is unit tested with 100% code coverage and can be considered fit for...
Read more >The fastest JS validator library for NodeJS - GitHub
To remove the additional fields in the object, set $$strict: "remove" . Multiple validators. It is possible to define more validators for a...
Read more >
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Alright. Sure thing @sebgoa 👍
Just PRed the necessary change with https://github.com/serverless/serverless/pull/3941
/cc @alexellis @ngtuna
@pmuens it might be faster if you have time to do it 😃