PynamoDB
PynamoDB copied to clipboard
Expose Consumed Capacity
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.