We deployed a lambda@edge with the cloudfront. We see that the default limit is 1000 lambda concurrency per AWS Region.
As I understand, lambda@edge is executed at the edge location, and this edge location is attached to a region (for example London or Frankfurt). The first time cloudfront called, the lambda@edge is pulled from region to edge location and executed here.
So the limit 1000 lambda concurrency is only in the region, not at edge location ?