High-level utilities for common boto3 operations in AWS serverless Python development. Current version 2.1.0, supports Python >=3.12, <3.15.
pip install xoto3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Simple S3 read/write using xoto3 utilities.
Upgrade to Python 3.12+ and review function signatures; adopt new patterns from documentation.
Migrate to plain boto3 DynamoDB calls or use pynamodb directly.
Use `.decode('utf-8')` on the result or pass `encoding='utf-8'` to the function.