You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compiles to QueryCommand with "IndexName": "myIndex"
The problem is, need to figure out how to täsä when using a secondary index. Tsynamo would need to know the secondary index partition and sort keys probably. Since only some attributes are projected from the main table to the index, tsynamo needs to know what attributes are available in the index.
Another unknown is if there is a need to differentiate GSI and LSI
Example:
compiles to QueryCommand with
"IndexName": "myIndex"
The problem is, need to figure out how to täsä when using a secondary index. Tsynamo would need to know the secondary index partition and sort keys probably. Since only some attributes are projected from the main table to the index, tsynamo needs to know what attributes are available in the index.
Another unknown is if there is a need to differentiate GSI and LSI
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/SecondaryIndexes.html
Or just yolo and #32 😄
The text was updated successfully, but these errors were encountered: