Lambda

interface Lambda

Docs: https://docs.aws.amazon.com/lambda/latest/dg/welcome.html

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract operator fun <RESP : Any> invoke(action: LambdaAction<RESP>): Result<RESP, RemoteFailure>
Link copied to clipboard
inline fun <RESP : Any> Lambda.invokeFunction(name: FunctionName, req: Any, autoMarshalling: AutoMarshalling = AwsLambdaMoshi): Result<RESP, RemoteFailure>