Express-REST-API-Generator icon indicating copy to clipboard operation
Express-REST-API-Generator copied to clipboard

How to connect with dynamoDB

Open razzul opened this issue 4 years ago • 1 comments

I for my project I need to connect with mysql & dynamoDB

Mysql part is working fine, but could you please guide me how to configure dynamoDB.

Thanks

razzul avatar Jun 06 '20 07:06 razzul

You can add dynamoDB support to the database service found in ./services/database. Add the unit test and create a pull request. See https://github.com/dynamoose/dynamoose

iolufemi avatar Jun 07 '20 15:06 iolufemi