Botoinator is a decoration mechanism for boto3 that automatically decorates any and all boto3 clients and resources, allowing easy injection of cross-cutting concerns like logging, metrics, or custom behavior. The latest version is 0.0.6 (no recent updates). Release cadence is unknown.
pip install botoinatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Automatically decorates all boto3 clients and resources with logging.
Import botoinator at the top of your script, before any boto3 calls.
Pin the version in your requirements and test upgrades carefully.