Work with Amazon AWS SDK for JavaScript and RDS MySQL

I am studying the construction of a Wix API that calls the RDS MySQL services via wix-http-functions and I would like to know if anyone could share any code or links about it that can better clarify how I can do this with some example. as:

Connect to the database.
Pass an SQL statement and receive it and feed a WIX component.

#Amazon
wix-http-functions
#MySQL
#RDS
#SQL
#Connect
#ExternalDatabase

You don’t use http-functions for this;-).

You need to use wix-fetch and probably external database collections

https://www.wix.com/corvid/reference/external-database-collections.html

I can’t use the external database feature, currently not working in my Corvid IDE yet.

Yes, you are correct wix-fetch.

There would be some link or example RDS MySql code using wix-fetch to clarify further.