I have a database in the AWS RDS service and an API in the AWS API GATEWAY services. One of the options for requesting data when creating a method is to use other AWS services.
Searching for this post I saw that it is not possible to directly access the RDS data. For this you would have to use a lambda function and pass the query.
Could someone explain how to access an RDS through the Lambda Gateway API?