invokeMode

@JvmName(name = "yxwyxwnvryqugjuo")
suspend fun invokeMode(value: Output<String>)
@JvmName(name = "yctiqivvxgiyawsd")
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.