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