MarkMatute / dynamodb-gaming-profile-use-case

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gaming Profile Use case for DynamoDB Single Table Design

Use Cases

  1. Get a user's friend list - getPlayerFriends
  2. Get all of a player's information - getPlayerAllProfile
  3. Get a user's item list - getPlayerAllItems
  4. Get a specific item from the user's item list - getPlayerSpecificItem
  5. Update a user's character - updateCharacterAttributes
  6. Update the item count for a user - updateItemCount

Entities

  1. Player (Core)
  2. Task
  3. Item
  4. Friend
  5. Activitie
  6. Equipment

About


Languages

Language:TypeScript 100.0%