Home > @aws/durable-execution-sdk-js-testing > Invocation
Tracks a single invocation of the durable function handler. Contains timing information, request ID, and any errors that occurred.
Signature:
export interface Invocation|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Date | undefined |
The timestamp when the handler invocation ended | ||
|
TestResultError | undefined |
Error information if the invocation failed | ||
|
string | undefined |
The AWS request ID for this invocation | ||
|
Date | undefined |
The timestamp when the handler invocation started |