invokeMode

@JvmName(name = "mvogdjrnbgiwqmxf")
suspend fun invokeMode(value: Output<String>)
@JvmName(name = "ocgavvqrnirgowdp")
suspend fun invokeMode(value: String?)

Parameters

value

Determines how the Lambda function responds to an invocation. Valid values are BUFFERED (default) and RESPONSE_STREAM. See more in Configuring a Lambda function to stream responses.