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 with aws-sdk in it
- Using
externals with aws-sdk in it
- Using an empty array on
forceExclude
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:
forceIncludewithaws-sdkin itexternalswithaws-sdkin itforceExclude