Open Andersond11 opened 1 year ago
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.
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.