Two dyamodb in an application


#1

Hello,

How I can using two database in my application ?

thank you in advance


#2

Hi @Theo_Gutierrez! :wave:

I’m not sure this is the answer you’re looking for, but you can just implement more database connections yourself, e.g. DynamoDB (using the AWS-SDK for Node.js), MongoDB, MySQL or other.

Hope that helps! :smiley:


#3

Oh Yes I hadn’t thought of that thank you !