class Aws::Rails::EbsSqsActiveJobMiddleware

def initialize(app)

def initialize(app)
  @app = app
  @logger = ::Rails.logger
end