InvokeRequest
class InvokeRequest
Types
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
A unique name for the durable execution. If you invoke a durable function using a name that already exists with the same payload, Lambda returns the existing execution instead of creating a duplicate. If the payload differs, Lambda returns a DurableExecutionAlreadyStartedException error.
Link copied to clipboard
The name or ARN of the Lambda function, version, or alias.
Link copied to clipboard
Choose from the following options.