Managing dev/staging/production on DynamoDB?

后端 未结 5 2266
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 17:10

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

5条回答
  •  臣服心动
    2020-12-14 17:29

    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.

提交回复
热议问题