I have configured VPC in my Lambda because I wanted to use AWS EFS and I get the following error when my lambda function tries to get data from third party application.
"Error: connect ETIMEDOUT 35.157.139.105:443 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1159:16) "
Can someone please guide me what I'm missing here?