AI Tools / AI products & services
AWS SDK for Python is a developer-preview library of asynchronous, per-service Python clients for interacting with selected AWS services using native async/await APIs. It uses a modular architecture with separately installable service packages, generated type annotations, and bidirectional streaming support for some operations. The SDK requires Python 3.12 or later and is not recommended for production use; AWS identifies Boto3 as the production-ready alternative.
A library providing asynchronous, per-service Python clients for connecting applications to AWS services without blocking the rest of the application.