module Lamby

Constants

VERSION

Public Instance Methods

config() click to toggle source
# File lib/lamby.rb, line 28
def config
  Lamby::Config.config
end
handler(app, event, context, options = {}) click to toggle source
# File lib/lamby.rb, line 24
def handler(app, event, context, options = {})
  Handler.call(app, event, context, options)
end