Create a map for the Delete operation to use transactWrite.
Delete
A map in the format { Delete: { ... } }
{ Delete: { ... } }
The name of the table where the item resides
The primary key of the item to be deleted
Optional
The same parameters accepted by the original TransactWriteCommand delete items
TransactWriteCommand
Generated using TypeDoc
Create a map for the
Delete
operation to use transactWrite.Returns
A map in the format
{ Delete: { ... } }