class Lambda::Builder::Runtime
- Lambda::Builder::Runtime
- Reference
- Object
Defined in:
lambda_builder/runtime.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
- #_process_request(proc : Proc(JSON::Any, JSON::Any))
- #handlers : Hash(String, JSON::Any -> JSON::Any)
- #host : String
- #port : Int16
- #process_handler
-
#register_handler(name : String, &handler : JSON::Any -> JSON::Any)
Associate the block/proc to the function name
- #run
Constructor Detail
Instance Method Detail
def register_handler(name : String, &handler : JSON::Any -> JSON::Any)
#
Associate the block/proc to the function name