Building a Card Playing Twitter Bot: DynamoDB schema

Following on from yesterday’s post on getting started with my Blackjack Card Game Twitter bot, I’m persisting the game state per player to AWS DynamoDB. Here’s what my schema looks like so far:

Each row persisted represents a game in progress, keyed by the player’s Twitter handle. More updates to come shortly.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.