class AlisSdkRuby::Plugins::Authorizer

APIG Custom Authorizer, generated token will be used by API Gateway to interact with AWS Lambda for authentication

More information see: docs.aws.amazon.com/apigateway/latest/developerguide/use-custom-authorizer.html

Public Instance Methods

add_handlers(handlers, config) click to toggle source
# File lib/alis-sdk-ruby/plugins/authorizer.rb, line 10
def add_handlers(handlers, config)
  handlers.add(CustomAuthHandler, step: :initialize)
end