http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-serverless-lambda-runtime
/
org.http4k.serverless
/
LambdaRuntimeAPI
Lambda
Runtime
API
class
LambdaRuntimeAPI
(
http
:
HttpHandler
)
(
source
)
Client API to retrieve requests and post responses back to the AWS Lambda controller.
Members
Constructors
Lambda
Runtime
API
Link copied to clipboard
constructor
(
http
:
HttpHandler
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
error
Link copied to clipboard
fun
error
(
invocation
:
Request
,
exception
:
Exception
)
init
Error
Link copied to clipboard
fun
initError
(
error
:
Exception
)
next
Invocation
Link copied to clipboard
fun
nextInvocation
(
)
:
Request
success
Link copied to clipboard
fun
success
(
invocation
:
Request
,
stream
:
InputStream
)