AWS Lambda Function Timeout on Connecting To RDS Database through RDS Proxy

Solution 1:

Since RDS proxy is not available outside the VPC. Configure your lambda function to run inside the VPC. The following link will help:

https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html