Is there a way to limit the AWS lambda function URL to private instead of public?

Viewed 49

I am trying to invoke the lambda Function URL which should not be accessible from public internet and only be accessible if connected to AWS VPN.

Also, the built lambda Function URL is kept inside VPC with subnets and security groups.

0 Answers
Related