We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran into this deprecation after upgrading to serverless v.3.34.0:
1 deprecation triggered in the last command: Support for "package.include" and "package.exclude" will be removed in the next major release. Please use "package.patterns" instead More info: https://serverless.com/framework/docs/deprecations/#PACKAGE_PATTERNS
1 deprecation triggered in the last command:
Support for "package.include" and "package.exclude" will be removed in the next major release. Please use "package.patterns" instead More info: https://serverless.com/framework/docs/deprecations/#PACKAGE_PATTERNS
I put together a branch here that bumps the integration test version to 3.34.0 and displays the deprecation warnings in the integration test output.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran into this deprecation after upgrading to serverless v.3.34.0:
I put together a branch here that bumps the integration test version to 3.34.0 and displays the deprecation warnings in the integration test output.
The text was updated successfully, but these errors were encountered: