class Aws::Rails::SqsActiveJob::Configuration

def client

def client
  @client ||= begin
    client = Aws::SQS::Client.new
    client.config.user_agent_frameworks << 'aws-sdk-rails'
    client
  end
end