ServerlessConfig

fun interface ServerlessConfig<Ctx>(source)

Launching point for custom Serverless runtimes.

Functions

Link copied to clipboard
abstract fun asServer(fn: FnLoader<Ctx>): Http4kServer