PynamoDB icon indicating copy to clipboard operation
PynamoDB copied to clipboard

Expose Consumed Capacity

Open GiantRobato opened this issue 5 years ago • 6 comments

In boto, i'm able to add the ReturnConsumedCapacity keyword when querying or putting items. Is there anyway to get this same info in PynamoDB? I see there's a get_consumed_capacity_map in pynamodb/connection/base.py but doesn't look like it's exposed or documented anywhere.

GiantRobato avatar Dec 07 '19 00:12 GiantRobato