We use cookies on this site to enhance your user experience. You accept to our cookies if you continue to use this website.

DynamoDB BatchGetItem from Global Secondary Index or Local Secondary Index (LSI, GSI)

Unfortunately, BatchGetItem does currently not support operations on indexes. BatchGetItem can only read from the base table, and not from indexes (LSI, GSI). Therefore, you need to perform several query operations in parallel on your GSI to achieve a similar effect.