Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Support delayTransientStatuses option #43

Open
rmmeans opened this issue Feb 28, 2018 · 0 comments
Open

Support delayTransientStatuses option #43

rmmeans opened this issue Feb 28, 2018 · 0 comments

Comments

@rmmeans
Copy link

rmmeans commented Feb 28, 2018

DynamoDB local has a flag for "delayTransientStatuses" that tells DynamoDB local to try and behave more like the actual DynamoDB service in that some operations have detectable async latency between operations (e.g. a GSI getting updated, or new GSI's being created).

It doesn't appear they have all of the operations working correctly for this right now, but this would be a great flag to add support for so that folks can get their locally running tests more in line with the way it will actually run.

This is probably fairly easy for anyone in the community to step in and do this. Just creating an issue to be tracked.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html

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

No branches or pull requests

1 participant