http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-lambda
/
org.http4k.connect.amazon.lambda.action
/
InvokeStreamFunction
Invoke
Stream
Function
class
InvokeStreamFunction
(
name
:
FunctionName
,
req
:
InputStream
)
:
LambdaAction
<
InputStream
>
(
source
)
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
>