Skip to content

Configuration warning at 'xxxxxxxx': unrecognized property 'module' #587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rcedwardsiii opened this issue Jan 25, 2021 · 3 comments
Closed

Comments

@rcedwardsiii
Copy link

Using serverless-python-requirements plugin results in the a configuration warning when using the 'module' property. It appears the plugin needs to provide the schema for the new validator in 2.x (testing with Framework Core: 2.18.0)

https://www.serverless.com/framework/docs/configuration-validation/

If you received a configuration warning it could mean that:

  • Service configuration is invalid and you need to correct an issue related to your serverless.yml
  • Configuration related to external plugin does not have an associated JSON Schema. In such cases, please report the issue with the plugin author and provide them the details on how to extend validation schema in order to permanently correct the issue.
  • However unlikely, there may be a bug (or missing) schema configuration for the framework. If you believe this to be the case please report at https://github.com/serverless/serverless/issues/new
@hortonew
Copy link

Are there any plans to resolve this?

@benjy
Copy link

benjy commented Jul 5, 2021

It looks like there is a new way to defineFunctionProperties in Serverless: serverless/serverless#8462

@rileypriddle
Copy link
Contributor

rileypriddle commented Dec 9, 2021

this issue can be closed as the fix has been merged #641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants