awslabs / rds-snapshot-tool

The Snapshot Tool for Amazon RDS automates the task of creating manual snapshots, copying them into a different account and a different region, and deleting them after a specified number of days
Apache License 2.0
341 stars 145 forks source link

Log the exceptions caught instead of masking the error #27

Closed pall-valmundsson closed 5 years ago

pall-valmundsson commented 5 years ago

When debugging an issue I had to manually patch the lambdas to get the actual error returned by the RDS API.