A Serverless Framework plugin to build your lambda functions with Webpack. When enabled in your service configuration, functions are packaged and compiled individually, resulting in smaller Lambda packages that contain only the code and dependencies needed to run the function. This allows the plugin to fully utilize WebPack's Tree-Shaking optimization. Configuration possibilities range from zero-config to fully customizable. Support of serverless package, serverless deploy and serverless deploy function. Support of serverless invoke local and serverless invoke local --watch. Support of serverless run and serverless run --watch. Integrates with serverless-offline to simulate local API Gateway endpoints. Cleaned up configuration. You should now use a custom.webpack object to configure everything relevant for the plugin. The old configuration still works but will be removed in the next major release.
Features
- Webpack version 3, 4 and 5 support
- Support NPM and Yarn for packaging
- Support asynchronous webpack configuration
- Supports Yarn
- Supports Webpack 4 and 5
- Integrates with serverless-offline to simulate local API Gateway endpoints