toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-connect-amazon-lambda
/
org.http4k.connect.amazon.lambda.action
/
InvokeStreamFunction
Invoke
Stream
Function
class
InvokeStreamFunction
(
name
:
FunctionName
,
req
:
InputStream
)
:
LambdaAction
<
InputStream
>
Members
Constructors
Invoke
Stream
Function
Link copied to clipboard
constructor
(
name
:
FunctionName
,
req
:
InputStream
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
InputStream
,
RemoteFailure
>