You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
forceInclude
withaws-sdk
in itexternals
withaws-sdk
in itforceExclude
The text was updated successfully, but these errors were encountered: