sebdah / dynamic-dynamodb

Dynamic DynamoDB provides auto scaling for AWS DynamoDB
http://dynamic-dynamodb.readthedocs.org/
Apache License 2.0
617 stars 124 forks source link

Cannot recognize the same GSI name in different tables #330

Closed cjy0125 closed 6 years ago

cjy0125 commented 7 years ago

While using the same GSI name in 2 different tables, dynamicdynamodb will treat them as the same GSI. Following is the log for reproduce this issue. dynamic-dynamodb2.txt There are two tables: "scan-result", "scan-result" And both of these 2 tables have a GSI named "by_gid"

It should recognize bind GSI name with table name as an identified key.

sebdah commented 6 years ago

A fix for this has been released in the latest version of dynamic-dynamodb.