-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Description
This is a Feature Proposal
Description
- What is the use case that should be solved. The more detail you describe this in the easier it is to understand for us.
We test our functions by runningsls 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.
sls webpack
sls invoke local --function blah1 --noBuild
sls invoke local --function blah2 --noBuild
Similar or dependent issue(s):
- n/a
Additional Data
- Serverless-Webpack Version you're using: 4.1.0
- Webpack version you're using: 3.8.1
- Serverless Framework Version you're using: 1.25
- Operating System: OS X/Linux
fantapop, RishitKedia and aaleksandrov