toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-lambda
/
org.http4k.connect.amazon.lambda
/
LambdaAction
Lambda
Action
interface
LambdaAction
<
R
>
:
Action
<
Result
<
R
,
RemoteFailure
>
>
Inheritors
InvokeFunction
InvokeStreamFunction
Members
Functions
to
Request
Link copied to clipboard
abstract
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
abstract
fun
toResult
(
response
:
Response
)
:
Result
<
R
,
RemoteFailure
>