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

Splitting into multiple python packages like other SDKs #3128

Closed
gricey432 opened this issue Jan 31, 2022 · 2 comments
Closed

Splitting into multiple python packages like other SDKs #3128

gricey432 opened this issue Jan 31, 2022 · 2 comments
Labels
feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged.

Comments

@gricey432
Copy link

gricey432 commented Jan 31, 2022

pip install boto3 is now sitting at about 75MB, a pretty large dependency when creating lambda packages or docker images.
The size cost feels particularly large when all you want is a single client.

The AWS JS SDK and the .NET sdk have already gone down the route to split into a package per service, and a core lib.

Is there any plan to take boto down that road?

(Apologies if there's already an issue for this, I spent a few minutes searching on here and botocore but found nothing, just feels like it would have come up before)

@gricey432 gricey432 added feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged. labels Jan 31, 2022
@gricey432
Copy link
Author

gricey432 commented Jan 31, 2022

And of course I finally find the dupe after making my ticket

boto/botocore#1543

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant