dynamodb-toolbox
dynamodb-toolbox copied to clipboard
No Parsing for Global secondary index
For the table item I am getting correctly parsed result but for GSI1 result is not parsed. for table I get
{
playerId : '123',
otherId : '32'
}
for GSI
{
pk : 'playerId#123',
gsi1pk : 'otherId#32'
}
Hi @ankitaabad! I know this is an old question, but can you post your Table and Entity configuration?