AWS-Mendix Integration

0
How do i bring data from multiple mendix apps to an AWS db such as Aurora? Could someone advise list of connectors, services neccessary? 
asked
1 answers
2

You can use the database connector module and write data with it via jdbc into an Aurora database. (https://docs.mendix.com/appstore/connectors/database-connector/)

 

If you want to use Aurora for your app‘s database, you can change the configuration of your app, see https://docs.mendix.com/refguide/configuration/

answered