How to make https request from a lambda function which is in a private VPC?
I currently have a lambda function which is inside a Private VPC because I am using it to access a ElasticCache Redis Cluster. However, I am unable to make https requests because of the private VPC. I have greated a…