I have an RDS db and an RDS Proxy handling my connections to it. RDS Proxy is only accessible from within the same VPC. I want to be able to locally test a Lambda I've written to connect to it. If I use serverless-offline will the fact I'm running it locally prevent it from accessing the proxy? I have the lambda all setup deployed in the correct VPC.
I've attempted to run it locally and access it and have so far been unsuccessful. However, I'm uncertain as to whether that's due to it being impossible, or whether I've implemented it incorrectly.