How to connect AWS database to adalo

Hi,
Does anyone know how can I connect the AWS database with adalo?
I guess it will be through an API or something like that, if anyone knows, please help.

Hey there @ramonroca

You’re correct, it would be through API with external collections

Here is the documentation for external collections: External Collections with APIs - Adalo Resources

To get started, set up an API in AWS that allows communication between Adalo and your database. This involves configuring endpoints and permissions to ensure secure data transfer. Next, generate API keys or access tokens from your AWS account. These credentials will be used to authenticate and authorize the communication between Adalo and your AWS database.