We\'re starting to use DynamoDB, and want separate environments for dev/staging/production. We can\'t figure out a natural way to do this---do we just create separate AWS ac
I don't see anything that's "above" the tables that can be created for each instance (dev/staging/prod) you have (like a relational database, which have all tables under one DB).
At the application I'm working on, we're using prefixes to the tables.