Lambda in VPC

When using Lambda functions in VPC, we should follow theĀ best practices of usingĀ network security by using least-privilege security groups, lambda-function-specific subnets, and route tables to allow traffic specific to our lambda function, if we have used resources from the VPC.