Path to this page:
Next | Query returned 2 messages, browsing 1 to 10 | previous
CVS Commit History:
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.
|
Next | Query returned 2 messages, browsing 1 to 10 | previous