In accordance with the documentation for calculating the unit of capacity , only up to 1 MB of data will be processed for one request.
, , , Amazon DynamoDB. Amazon DynamoDB 1 , .
"" 1000 . , "limit" ( 100) , limit .
, , . , 1 .
Amazon ,
consumed_capacity = math.ceil(sum(parsed_data_size)/1KB)
, , :
import boto
db = boto.connect_dynamodb()
res = db.layer1.scan('MyTable', attributes_to_get=['id'], limit=10)
print res['ScannedCount']