Aws-sdk-js: Node package size large increase due to checked-in binary file (aws-sdk-2.714.0.tgz)

Created on 16 Jul 2020  路  9Comments  路  Source: aws/aws-sdk-js

Describe the bug
Looks like the aws-sdk-2.714.0.tgz got checked into the source code for the repo and is deployed as part of the npm package. Is this correct? Wasn't doing this in 2.713. Noticed this cause we have package size limits when deploying and this blew the size way up.

Is the issue in the browser/Node.js?
Node.js.

If on Node.js, are you running this on AWS Lambda?
Yes, using serverless for deployment.

Details of the browser/Node.js version
v12.16.2

SDK version number
v2.714.0

To Reproduce (observed behavior)
Observe file being present is repository that wasn't there with previous version.

Expected behavior
I expect the aws-sdk-2.714.0.tgz file to not be there

Screenshots
image

Additional context
None

bug needs-triage

All 9 comments

Same problem here

Thank you for bringing this up. The file should be removed from the package. The change should be reflected soon in 2.714.1

@ajredniwja awesome! Thanks for the fast response

Update: v2.714.1 is released with the fix https://github.com/aws/aws-sdk-js/releases/tag/v2.714.1
The file aws-sdk-2.714.0.tgz is no longer in root folder https://github.com/aws/aws-sdk-js/tree/v2.714.1

Closing the issue now.

@ajredniwja @trivikr Unfortunately it is still there https://github.com/aws/aws-sdk-js/blob/v2.714.1/aws-sdk-2.714.0.tgz :(

@ajredniwja @trivikr Unfortunately it is still there https://github.com/aws/aws-sdk-js/blob/v2.714.1/aws-sdk-2.714.0.tgz :(

Checking with the team

@devpow112 done now. Apologies for the confusion.

Was this page helpful?
0 / 5 - 0 ratings