Michael Hart
Michael Hart
No, it doesn't
Yeah, I think I had it there as a "look, we don't know what this error is, we assume it's bad, let's make sure we crash the process". Definitely overkill...
This is *very* cool. Hopefully I'll have time over the next week to look through this in a little more detail, and should be able to get something merged sometime...
Hmmm, it certainly tries to do that: https://github.com/mhart/dynalite/blob/0641c3bf29b1171a67f49d58ca47ad676e145884/actions/putItem.js#L22-L23 What is it returning?
Hi @sateeshampolu – if you could post some code to reproduce, that would be great, thanks!
Is there a way you can debug to see what DynamoDB commands that code is issuing to the server?
Are you referring to https://github.com/mhart/dynalite/issues/26 ? Deleting tables is supported
Wow, @kiril-pirozenko-home24 this is a huge undertaking – respect! Before you go any further though – my original thoughts were that it would be a lot easier to just borrow...
dynalite will use the `deleteTableMs` setting to determine how long tables stay in the DELETING state: https://github.com/mhart/dynalite#example How are you starting dynalite? What settings are you using? And how are...