How to Implement a Cold Storage Service with AWS RDS and DynamoDB, Including Reverse Migration?
I’m planning to develop a cold storage service where I need to take periodic backups of my AWS RDS database and store them in AWS DynamoDB for cold storage. I plan to use AWS Lambda to automate this backup process. However, I’m also concerned about the reverse migration process when I need to transfer data from DynamoDB back to the RDS database.