Skip to content

PreparedWriteTransaction

type PreparedWriteTransaction<Schema> = object;

Represents a set of write operations bound to a specific entity, ready to be included in a table-level TransactWrite command.

Schema extends ZodObject

The Zod schema type associated with the DynamoEntity.

entity: DynamoEntity<Schema>;

writes: WriteTransactable<Schema>[];