class SharkOnLambda::ApiGatewayHandler
Public Class Methods
call(event:, context:)
click to toggle source
Calls superclass method
# File lib/shark_on_lambda/api_gateway_handler.rb, line 5 def self.call(event:, context:) super(event: event, context: context, app: SharkOnLambda.application) end