Table has these columns on DynamoDB:
- primaryKey
- sortKey
- GSI_primaryKey
- data
And there is GSI added with primary key GSI_primaryKey and sort key on primaryKey
How to update column data if I have only the value of the GSI_primaryKey?
With NodeJS document client.
Thanks :)