We have an AWS lambda function and is mapped to API gateway.
I want to enable Geo restriction on our API which is a feature in cloud front. Want it so that my lambda doesn't get hit from countries where we are not providing my services.
I believe API Gateway uses Cloud front by default but I am not able to see any related cloud front Distribution.
Was wondering what is the way to enable Geo Restriction while using API Gateway and AWS Lambda.