Expand description
Invoke operation — durable Lambda-to-Lambda invocation.
Implement FR17-FR18: invoke target function, checkpoint result for replay.
The invoke operation sends a single START checkpoint with the serialized
payload and target function name. The server invokes the target Lambda
asynchronously and transitions the operation to SUCCEEDED/FAILED when done.
The wire type is ChainedInvoke (matching the Python SDK).