-
Couldn't load subscription status.
- Fork 1.5k
Closed
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-major-versionCan only be considered for the next major releaseCan only be considered for the next major release
Description
I am using the aws-sdk in my aws lambda functions and right now the biggest file in my bundle is the
3.2 MB node_modules/aws-sdk/dist/aws-sdk-react-native.js
3.1 MB node_modules/aws-sdk/dist/aws-sdk.js
those two files i 50% of my bundled zip
I think it would help a lot on many people bundle sizes if the aws-sdk did not include the precompile bundles and did not also include the one for the react-native project.
I can bundle my project to avoid the whole node_modules folder but that is something only for advance users and even complicated with native modules like fs and net which requires special config.
I hope it makes sense and thanks for the awesome sdk!
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.needs-major-versionCan only be considered for the next major releaseCan only be considered for the next major release