DynamoDB local: how are computed consumed capacity units in Transactions?
I’m using local DynamoDB with the AWS SDK for Javascript 2.1062.0.
I’ve read in the documentation and other sources that an operation in a transaction consumes twice as many Write Capacity Units (WCUs) as a single equivalent operation: 1 to prepare the transaction + 1 to the validation.