module Lamby
Constants
- VERSION
Public Instance Methods
handler(app, event, context, options = {})
click to toggle source
# File lib/lamby.rb, line 19 def handler(app, event, context, options = {}) Handler.call(app, event, context, options) end