# File lib/aws/dynamo_db.rb, line 207 def batch_write &block batch = BatchWrite.new(:config => config) yield(batch) batch.process! end