📢 Parallel Building
We reworked the CLI to build Lambda functions in parallel utilizing multiple CPU cores. Previously, functions were built one at a time due to some CDK limitation. In our test setup with an 8 core machine, the build process is now 34% faster.
More CLI optimization to come ✨
Changes
- #2033
1fb3276f7
- Fix missing stack metadata - #2035
fc4e0ea6c
- Function: fix nodeModules not bundled
Update using:
$ npx sst update v1.11.1
$ yarn sst update v1.11.1