# File lib/aws/dynamo_db/table.rb, line 450 def batch_write options = {} batch = BatchWrite.new(:config => config) batch.write(self, options) batch.process! end