Package-level declarations
Types
Link copied to clipboard
class AutoMarshallingFnLoader<In : Any, Ctx, Out : Any>(autoMarshalling: AutoMarshalling, clazz: KClass<In>, makeHandler: (Map<String, String>) -> FnHandler<In, Ctx, Out>) : Function1<Map<String, String>, FnHandler<InputStream, Ctx, InputStream>>
Convenience DSL for constructing a converting polymorphic FnHandler
Link copied to clipboard
Loads a configured function from the Serverless environment.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Launching point for custom Serverless runtimes.
Link copied to clipboard
object ServerlessFilters
Functions
Link copied to clipboard
fun <Ctx> FnHandler<InputStream, Ctx, InputStream>.asServer(config: ServerlessConfig<Ctx>): Http4kServer