DynamoAdapter.prototype.beginTransaction(options?: TransactionOptions): Promise<IAdapterTransaction>
Opens a deferred transaction: an empty buffer shared by every data source
created from the returned handle. Commit flushes the buffer as one
TransactWriteItems call; rollback discards it and sends nothing.
optional
options: TransactionOptions
Promise<IAdapterTransaction>