# File lib/aws/dynamo_db/batch_write.rb, line 51
      def put table, items
        write(table, :put => items.flatten)
        nil
      end