There is an AWS DynamoDB table with partition key and sort key.
Same table has global index which consist with partition key and sort key. Anyway to use combination of GSI and primary partition key together?
I tried with combination using KeyConditionExpression
using python. But it does thorw error saying invalid column
New contributor
Roshi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.