-
Notifications
You must be signed in to change notification settings - Fork 626
Closed
Labels
bugThis issue is a bug.This issue is a bug.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.
Description
Describe the bug
When @aws-sdk/client-s3
@3.29.0 is installed, it downloads aws-crt
as a dependency which is about 200MB in size. It occupies about 60MB even when we compress it.
My team updates the lambda function by directly zipping the directory and uploading it, but we can't do it anymore because we hit the size limit of the allowed archive size.
The problem is gone after we downgrade @aws-sdk/client-s3
to 3.28.0, but we'd like to use the most recent version if possible.
Your environment
SDK version number
@aws-sdk/[email protected]
Is the issue in the browser/Node.js/ReactNative?
Node.js
Additional context
pauliokas, dddhany, xpdlf1004, matheuscanela, moltar and 1 more
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.needs-triageThis issue or PR still needs to be triaged.This issue or PR still needs to be triaged.