Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ItemCount doesn't get updated #102

Open
bwitt opened this issue Feb 21, 2019 · 1 comment
Open

ItemCount doesn't get updated #102

bwitt opened this issue Feb 21, 2019 · 1 comment

Comments

@bwitt
Copy link
Contributor

bwitt commented Feb 21, 2019

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 bwitt changed the title Table metadata like ItemCount doesn't get updated ItemCount doesn't get updated Feb 21, 2019
@ebisbe
Copy link

ebisbe commented Nov 20, 2021

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants