serverless-webpack
serverless-webpack copied to clipboard
Serverless plugin to bundle your lambdas with Webpack
## What did you implement: Memory usage of this plugin is really high when using package individually. This is because we store the webpack stats/results from each function compile until...
# This is a Feature Proposal ## Description > For feature proposals: > * What is the use case that should be solved. The more detail you describe this in...
# This is a bug report ## Description We mark some native node packages as externals because they cannot be bundled as webpack. However, if the package is transitively required...
# This is a Feature Proposal ## Description There are quite a few recurring issues that people seem to have when using the plugin, it would be really helpful to...
Superseded #474 because we got no answer from OP. > Relative files that are located in the same directory as the `package.json`, e.g. `"file:./foo.tgz"`, were not being rebased correctly by...
`serverless-bundle plugin` does not seem to have an option to override keepOutputDirectory:true. By default it gets removed on sls deploy command. How can we keep .webpack folder with .js and...
## Description I am currently trying to use the [Argon2](https://www.npmjs.com/package/argon2) package with Serverless, however I am encountering an issue when attempting to run my Lambdas locally with `serverless-offline`. The local...
# This is a Feature Request ## Description AWS is deprecating Node 10 in April, so we've converted all our lambdas, and we then went straight to Node 14. Node...
# This is a Bug Report there was similar issue from 2017 but i cant find it anymore, and also I am not sure who is responsible for that but:...
## What did you implement: Recently I ran into the problem described in #299 and after testing several possible solutions (see [this issue comment](https://github.com/serverless-heaven/serverless-webpack/issues/299#issuecomment-731618090) for a more detailed rundown of...