Jeremy Daly
Jeremy Daly
Thanks @famouspotatoes. I have been exploring ways to infer types from the entity definitions rather than requiring it separately. I will look into the redux stuff and see if there...
This looks like a bug, but I need to do a bit more research. Thanks for reporting.
Can you give me more detail? I only use `async/await` with this library. If you're getting an `[object Promise]`, then you're likely not `await`ing the response.
The `update` method already does this. Plus the library automatically handles `created` and `modified` dates when using it. The goal is to be consistent with the DynamoDB API, so adding...
I see your point @brettstack, so perhaps we could consider some “helper” methods that wrapped common patterns? It would have to be *really clear* that these were special methods as...
Actually, it was the first thing I looked at. 😉 But then I read your note that said DynamoDB Local is "actually pretty good, and considering it's now probably used...
@mhart, Added a sample test using dynalite (see 1375fe7). I had to use the "in memory" option, otherwise I was getting the occasional "Resource In Use" error from LevelDB. I'm...
They didn't appear to be DynamoDB-like. It was happening when I would `put` and then `get` right away. I think if you fork the project and just add a `path`...
Strange. In memory works just fine, so not a big deal. Any benefits to using LevelDB?
That's what it was!