dynalite icon indicating copy to clipboard operation
dynalite copied to clipboard

ItemCount doesn't get updated

Open bwitt opened this issue 6 years ago • 1 comments

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.

bwitt avatar Feb 21 '19 21:02 bwitt

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 ?

ebisbe avatar Nov 20 '21 11:11 ebisbe