Splitting into multiple python packages like other SDKs #3128
Labels
feature-request
This issue requests a feature.
needs-triage
This issue or PR still needs to be triaged.
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)
The text was updated successfully, but these errors were encountered: