./devel/py-aws-error-utils, Error-handling functions for boto3/botocore

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.7.0, Package name: py312-aws-error-utils-2.7.0, Maintainer: schmonz

All AWS service exceptions are raised by boto3 as a
botocore.exceptions.ClientError, with the contents of the exception
indicating what kind of exception happened. This is not very pythonic,
and the contents themselves are rather opaque, most being held in dicts
rather than as properties. The functions in this package help dealing
with that, to make your code less verbose and require less memorization
of ClientError contents.


Master sites:

Filesize: 10.55 KB

Version history: (Expand)


CVS history: (Expand)


   2024-10-26 21:07:22 by Amitai Schleier | Files touched by this commit (1)
Log message:
py-aws-error-utils: no need to exclude python 2.7.
   2024-10-26 04:50:29 by Amitai Schleier | Files touched by this commit (4)
Log message:
Add py-aws-error-utils: Error-handling functions for boto3/botocore

All AWS service exceptions are raised by boto3 as a
botocore.exceptions.ClientError, with the contents of the exception
indicating what kind of exception happened. This is not very pythonic,
and the contents themselves are rather opaque, most being held in dicts
rather than as properties. The functions in this package help dealing
with that, to make your code less verbose and require less memorization
of ClientError contents.