class Aws::Rails::Notifications

def add_handlers(handlers, _config)

def add_handlers(handlers, _config)
  # This plugin needs to be first
  # which means it is called first in the stack, to start recording time,
  # and returns last
  handlers.add(Handler, step: :initialize, priority: 99)
end