-
Notifications
You must be signed in to change notification settings - Fork 416
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
local invoke with --no-build flag(s) causes deprecation warnings #965
Comments
I'm currently using a custom plugin to circumvent this issue, can be used as a helper if this issue is not fixed before Serverless Offline 3.0 It also has support to fix no-build without individual packaging
|
CLI options are more restrictive now, though it still works. One of the options I could think of is falling back to serverless.yml, e.g. |
This is a (Bug Report)
Description
Using --no-build (and --webpack-offline) causes deprecation warnings
serverless invoke local --no-build --webpack-offline -f ${FUNCTION}
Additional Data
The text was updated successfully, but these errors were encountered: