class Aws::Plugins::APIGAuthorizerToken

operations with ‘authtype’ of ‘custom’ only
apply APIG custom authorizer token to

def add_handlers(handlers, config)

def add_handlers(handlers, config)
  handlers.add(AuthTokenHandler, step: :sign)
end