Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forcing include of the "aws-sdk" package #364

Open
dariodjuric opened this issue Oct 20, 2023 · 2 comments
Open

Forcing include of the "aws-sdk" package #364

dariodjuric opened this issue Oct 20, 2023 · 2 comments

Comments

@dariodjuric
Copy link

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
@cnuss
Copy link
Contributor

cnuss commented Nov 24, 2023

I've added a PR for this here:
#366

cc: @jayair

@fabianobonomini
Copy link

Same problem here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants