How to migrate from DynamoDb to MongoDB

I want to migrate my Alexa skills data from DynamoDB to MongoDB. I exported the data from DynamoDB using Export.csv and imported into MongoDB. From now on, I want my skill to store data on MongoDB. How do I do that using the same code that I used for DynamoDB.

P.S : Currently the skill refers to DynamoDB table, even after removing the DynamoDB credentials.

Hi, there is not enough information for me to explain exactly how you would go about this. Once the data is in MongoDB you can use one of many drivers for programmatic access to MongoDB. https://docs.mongodb.com/drivers/.