serverless-webpack
serverless-webpack copied to clipboard
Serverless plugin to bundle your lambdas with Webpack
# This is a (Feature Proposal) # Description * What is the use case that should be solved? The forceExclude option currently only applies to devDependencies, but peerDependencies is a...
# This is a Bug Report ## Description For bug reports: * What went wrong? When I was using only one package, web3 could be bundled successfully. But, I needed...
## What did you implement: Improve build performance by parallelizing webpack compilation using worker threads. Builds on top of #858, (check only commit 2a776b81a986dba89f08634c911abe03d703711e). Note there still might be some...
# This is a Bug Report ## Description For bug reports: * What went wrong? Webpack fails to identify entry point when serverless functions are extracted out into a separate...
# This is a Bug Report ## Description When I run `serverless package --package` and I expect the artifact will be put in the specified folder rather than the default...
How can you omit Lambda layers from being bundled in your Lambda functions? Is this supported? ```javascript import { myFunc } from '/opt/my-layer' ``` Related issue, but the author closed...
I develop appsync by using serverless framework. I could deploy api successfully. Next I wanted to test it locally, so I introduced `serverless-webpack`, `serverless-appsync-simulator`, `serverless-dynamodb-local` and `serverless-offline`. I could test...
# This is a (Bug Report / Feature Proposal) Bug Report ## Description While running serverless package, sometimes I see an error ENOTEMPTY: directory not empty, rmdir 'c:\\.webpack\' For bug...
# This is a Bug Report ## Description When running via `serverless webpack`, `serverless deploy` or `serverless package`, the process exits with a successful status code but no bundle output....
# This is a Bug Report ## Description I tend to have my handler files in a folder off root eg: `/handlers/xx.js` When using this format with serverless-webpack would create...