sodiray / dynofunc

Functional library for creating and sending dynamo requests on top of boto3
MIT License
9 stars 3 forks source link

Log message and code for unknown errors #1

Closed sodiray closed 4 years ago

sodiray commented 4 years ago

When catching errors we now add the message and code from the boto3 error (if it contained one) to the message for the unknown exc we will bubble up.