TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

AWS to deprecate boto resource abstractions

10 pointsby brentcetinichover 2 years ago

4 comments

zedpmover 2 years ago
This is very disappointing. I&#x27;m kind of amazed that they think this is a good business decision when there are massive numbers of paying customers with mountains of python code using boto3. I imagine much of that code uses the resource interfaces since they&#x27;re easier to use.<p>This isn&#x27;t some fringe feature they&#x27;re deprecating; the official documentation uses these interfaces in its examples; they&#x27;re literally telling you that&#x27;s the correct way to use the library and then the next moment they&#x27;re telling you it&#x27;s not.
brentcetinichover 2 years ago
The AWS Python SDK team is no longer planning to support the resources interface in boto3. Requests for new changes involving resource models will no longer be considered, and the resources interface won&#x27;t be supported in the next major version of the AWS SDK for Python. The AWS SDK teams are striving to achieve more consistent functionality among SDKs, and implementing customized abstractions in individual SDKs is not a sustainable solution going forward. Future feature requests will need to be considered at the cross-SDK level.
toomuchtodoover 2 years ago
Is this to force customers to use CDK?<p><a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;cdk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;cdk&#x2F;</a>
评论 #34464294 未加载
nicwolffover 2 years ago
By &quot;the next major version of the AWS SDK for Python&quot; they must mean boto3 2.0.0, but I don&#x27;t see any timeline or roadmap – the current version is 1.26.53 and it&#x27;s been 1.x.x since July 2015. When will this actually be removed?