Which choice of keys is recommended for the DynamoDB table?
An online gaming company is planning to launch a new game with Amazon DynamoDB as its data store.The database should be designated to support the following use cases:✑ Update scores in real time whenever a player is playing the game.✑ Retrieve a player’s score details for a specific game session.A Database Specialist decides to implement a DynamoDB table.Each player has a unique user_id and each game has a unique game_id.Which choice of keys is recommended for the DynamoDB table?Read More →