Klaus Nygård

Results 2 issues of Klaus Nygård

How is it possible to fetch only by hash-key from a GSI? E.g. I have this table ``` js { TableName: 'contact', KeySchema: [ { AttributeName: 'id', KeyType: 'HASH'}, ],...