As per http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_BatchGetItem.html In dynamodb batchget api request syntax there is a ProjectionExpression . It is applied to all items . Can I specify projectionexpression per item in batch get items. say need attr1,attr2 from item1 and attr3,attr4 from item2.
Can I use batchGet? item1 and item2 have different primary and sortkey.