-
Notifications
You must be signed in to change notification settings - Fork 417
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
Invoke without building #341
Comments
Same query on Serverless forums: https://forum.serverless.com/t/invoke-serverless-function-and-skip-a-plugin-webpack/3805 |
PR available for testing. Use |
@sime Do you have any chance to test the PR? |
@HyperBrain We run our CI on Travis and just tested it. CI time is now 2 minutes faster! |
@sime Sounds good. I'll merge the PR now (and delete the branch). Please change to master to keep your builds working in case you continue to use it before the release. |
Released with 5.1.0 |
This is a Feature Proposal
Description
We test our functions by running
sls invoke local --function blah
in CI. It is one of our slowest parts of pipeline. It would be ideal if it could be built once and flagged not to build again.Similar or dependent issue(s):
Additional Data
The text was updated successfully, but these errors were encountered: