dynalite
dynalite copied to clipboard
ItemCount doesn't get updated
Seems like ItemCount on a table gets initialized to 0 on table creation, but then is never updated. 'real' dynamodb apparently updates, but only eventually (https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_TableDescription.html mentions updating only every 6 hours).
It'd be good if dynalite could update at least as often as real dynamodb.
I'm interested on this issue despite being old. I'm using jest-dynalite to test and I need to use a few describeTables. The result is always 0. It's working on production but seems a bit odd.
Could we get it updated in any way @mhart ?