# File lib/aws/dynamo_db/table.rb, line 426 def batch_put items batch = BatchWrite.new(:config => config) batch.put(self, items) batch.process! end