class Multiwoven::Integrations::Source::AmazonS3::Client

def query(conn, query)

def query(conn, query)
  records = get_results(conn, query)
  records.map do |row|
    RecordMessage.new(data: row, emitted_at: Time.now.to_i).to_multiwoven_message
  end
end