njaiswal / idcrypt-backend

IDCrypt Backend
1 stars 0 forks source link

Create a automated way to deploy changes to DynamoDB table schema #14

Open njaiswal opened 4 years ago

njaiswal commented 4 years ago

Most changes to dynamodb table are not allowed once its created and GSI are created. There should be a way to backup data, destroy table, recreate table and restore data.

This automation should make sure that we do not action via dynamodb streams during this and possibly bring the service down as well during this whole change.

Rollback needs to be in place as well.