-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.
Description
Is your feature request related to a problem? Please describe.
A clean install of just two v3 SDK dependencies generates a 200MB node_modules folder.

Minimal package.json:
{
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.4.1",
"@aws-sdk/util-dynamodb": "^3.4.1"
}
}
Run npm install.
Describe the solution you'd like
Much smaller builds for lambdas. As is, we're just under the 250MB S3 upload limit for lambdas.
Additional context
Screenshot attached of the size breakdown from dust. It looks like the bulk of the install is coming from react-native and android.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.