Check if Lambda functions are exposed to the internet.
Lambda functions can be exposed to the internet through Function URLs with public access policies or through API Gateway integrations. It's important to ensure these endpoints are properly secured.
Ensure Lambda Function URLs have proper authorization configured and API Gateway integrations use appropriate security measures.