InvokeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Up to 3,583 bytes of base64-encoded data about the invoking client to pass to the function in the context object. Lambda passes the ClientContext object to your function for synchronous invocations only.

Link copied to clipboard

Optional unique name for the durable execution. When you start your special function, you can give it a unique name to identify this specific execution. It's like giving a nickname to a task.

Link copied to clipboard

The name or ARN of the Lambda function, version, or alias.

Link copied to clipboard

Choose from the following options.

Link copied to clipboard

Set to Tail to include the execution log in the response. Applies to synchronously invoked functions only.

Link copied to clipboard

The JSON that you want to provide to your Lambda function as input. The maximum payload size is 6 MB for synchronous invocations and 1 MB for asynchronous invocations.

Link copied to clipboard

Specify a version or alias to invoke a published version of the function.

Link copied to clipboard

The identifier of the tenant in a multi-tenant Lambda function.

Functions

Link copied to clipboard
inline fun copy(block: InvokeRequest.Builder.() -> Unit = {}): InvokeRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String