Browsing Tag
dynamodb query
3 posts
DynamoDB Mapper GSI Query Example in Java
Trying to figure out how to perform and GSI (Global Secondary Index) Query on your AWS DynamoDB Table…
DynamoDB Mapper Query Example in Java
Trying to figure out how to perform a DynamoDB Query on your Table using DynamoDB Mapper? This is…
DynamoDB Scan VS Query – When to Use What?
DynamoDB Scan and Query operations may appear similar at face value. They both retrieve data from your DynamoDB…