Forcing include of the "aws-sdk" package
dariodjuric opened this issue · 2 comments
dariodjuric commented
Hello,
Is there a way to force-include the "aws-sdk" package in the bundle? I'm aware this would make the lambdas bigger, however we need this in order to have our lambdas working in Node 18 until we migrate to SDK v3.
I've tried the following, but it always excluded the package:
- Using
forceInclude
withaws-sdk
in it - Using
externals
withaws-sdk
in it - Using an empty array on
forceExclude
fabianobonomini commented
Same problem here