Answer (Choose 1 answer)
A. Use BatchWriteltem API to update multiple tables simultaneously
B. Capture the transactions in the items table using DynamoDB streams and then sync with the players table
C. Capture the transactions in the players table using DynamoDB streams and then sync with the items table
A development team is building a game where players can buy items with virtual coins. For e bought by a user, both the players table as well as the items table in DynamodDB need to be simultaneously using an all-or-nothing operation.As a developer associate, how will you implement this functionality?
D. Use TransactWriteltems API of DynamoDB Transactions
E46