Results for “Std.Http.Server.Lambda.LambdaError”
8 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Server.Lambda.LambdaError
Serving a platform that invokes a program instead of connecting to it.
- Std.Http.Server.Lambda.answer
&Std.Http.Server.Lambda.Runtime -> &Std.Http.Server.Lambda.Invocation -> Str -> Result[(), Std.Http.Server.Lambda.LambdaError]Post an answer for one invocation.
- Std.Http.Server.Lambda.explain
&Std.Http.Server.Lambda.LambdaError -> StrWhy a loop ended, in words a deployment log can be read by.
- Std.Http.Server.Lambda.fail
&Std.Http.Server.Lambda.Runtime -> &Std.Http.Server.Lambda.Invocation -> Str -> Result[(), Std.Http.Server.Lambda.LambdaError]Say an invocation could not be answered.
- Std.Http.Server.Lambda.failedToStart
&Std.Http.Server.Lambda.Runtime -> Str -> Result[(), Std.Http.Server.Lambda.LambdaError]Say the program could not start at all.
- Std.Http.Server.Lambda.nextInvocation
&Std.Http.Server.Lambda.Runtime -> Result[Std.Http.Server.Lambda.Invocation, Std.Http.Server.Lambda.LambdaError]Ask for the next invocation, waiting until there is one.
- Std.Http.Server.Lambda.serve
&Std.Http.Server.Lambda.Runtime -> fn(Std.Json.Json) -> Result[Str, Str] -> Result[(), Std.Http.Server.Lambda.LambdaError]Take invocations and answer them until the platform stops the process.
- Std.Http.Server.Lambda.serveEnvironment
fn(Std.Json.Json) -> Result[Str, Str] -> Result[(), Std.Http.Server.Lambda.LambdaError]Serve the interface this process was started under.
