class Aws::Plugins::ApiKey

specific ‘api-gateway` protocol gems’ user-agent
Provide support for ‘api_key` parameter for `api-gateway` protocol

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  handlers.add(OptionHandler, step: :initialize)
  handlers.add(ApiKeyHandler, step: :build, priority: 0)
end