dynamic-dynamodb
dynamic-dynamodb copied to clipboard
Send SNS notifications on errors
I would like to get SNS notifications when an error occurs in Dynamic DynamoDB, so that I get notified about any problems without having to follow the logs.
That's great. I'm hoping to help out in some development with this project, but it's been a few years since I've worked with python. Any docs on getting setup to test out the development, and are there any testcases?
You're more than welcome! There are no test cases currently. It is one of the things I would like to write the most (and also the thing a regret the most that I didn't write in the first place). I was in San Francisco earlier this week and met with some DynamoDB folks. We spoke about DynamoDB Local and it might be a good way to do some testing of the project against. DynamoDB Local does not care about the throughput settings, but we could at least see that the throughput is changed etc. Some of the basic scaling rules (e.g. not scaling up with more than 100%) should also be functional in DynamoDB Local. I haven't tested it yet but it could be interesting.