class Aws::Plugins::ApiKey::ApiKeyHandler

def call(context)

def call(context)
  if context[:api_key]
    apply_api_key(context)
  end
  @handler.call(context)
end