-At this point, we have created the dual database layer that allows our application to connect to DynamoDB and MySQL, we have configured the connectivity to DynamoDB, and we have refactored the entire application implementing the applicaton access patterns we need to support. What we need to do is to gradually move the data from one database to the other. There are several approaches you can follow in this regards, however we have choosen to use a Dual Write approach, where we will be sending data gradually to the DynamoDB table. This process consists of 5 different stages. 
0 commit comments