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