class Aws::Plugins::ApiKey::ApiKeyHandler

def apply_api_key(context)

def apply_api_key(context)
  context.http_request.headers['x-api-key'] = context[:api_key]
end