-
Get user details by Username
GetItem on Base Table with Partition Key PK = USER#<username> and Sort Key SK = PROFILE#<username>
-
Get list of conversations the user is part of.
Query on Base Table with Partition Key PK = USER#<username> and Sort Key SK = starts_with(CONVERSATION#)
-
Get list of conversation sorted by their latest.