All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.http4k.serverless.lambdaServerlessCoreExtensions.kt Maven / Gradle / Ivy

There is a newer version: 5.45.1.0
Show newest version
package org.http4k.serverless

import com.amazonaws.services.lambda.runtime.Context
import org.http4k.format.AutoMarshalling
import org.http4k.format.AwsLambdaMoshi

/**
 * Convenience DSL for constructing polymorphic AWS FnHandlers
 */
inline fun  FnLoader(
    autoMarshalling: AutoMarshalling = AwsLambdaMoshi,
    noinline makeHandler: (Map) -> FnHandler
) = AutoMarshallingFnLoader(autoMarshalling, In::class, makeHandler)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy