question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove provider validation in Service.js file

See original GitHub issue

This 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.jsfile (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

/cc @brianneisler @eahefnawy

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
pmuenscommented, Jul 17, 2017

@pmuens it might be faster if you have time to do it 😃

Alright. Sure thing @sebgoa 👍

Just PRed the necessary change with https://github.com/serverless/serverless/pull/3941

/cc @alexellis @ngtuna

0reactions
sebgoacommented, Jul 17, 2017

@pmuens it might be faster if you have time to do it 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found