zio-lambda
zio-lambda
zio.lambda
BuildInfo
Client
Client
ClientContext
ClientContext
CognitoIdentity
CognitoIdentity
Context
Context
ZLambda
zio.lambda.internal
CustomClassLoader
CustomClassLoader
InvocationError
InvocationErrorResponse
InvocationErrorResponse
InvocationRequest
InvocationRequest
InvocationResponse
LambdaEnvironment
LambdaEnvironment
LambdaLoader
LambdaLoader
LambdaLoaderLive
LambdaLoaderLive
LoopProcessor
LoopProcessor
Live
RuntimeApi
RuntimeApi
RuntimeApiLive
RuntimeApiLive
ZLambdaReflectiveApp
zio-lambda
/
zio.lambda.internal
/
RuntimeApi
RuntimeApi
object
RuntimeApi
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
RuntimeApi
.type
Value members
Value members
Concrete methods
def
getNextInvocation
:
RIO
[
RuntimeApi
,
InvocationRequest
]
def
sendInitializationError
(
errorResponse:
InvocationErrorResponse
):
RIO
[
RuntimeApi
,
Unit
]
def
sendInvocationError
(
invocationError:
InvocationError
):
RIO
[
RuntimeApi
,
Unit
]
def
sendInvocationResponse
(
invocationResponse:
InvocationResponse
):
RIO
[
RuntimeApi
,
Unit
]