0
I have an AWS RDS service database and an API on AWS API GATEWAY services. One of the data request options when creating methods is to use other AWS services.
Researching 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 a RDS through the Lambda API Gateway?