'AWS Amplify did not create Lambda@Edge replica in all regions

I have an AWS Amplify project (with Next.js), which works fine. Nevertheless, most of my users are close to Paris (region eu-west-3), but Cloudfront and Lambda@Edge did not deploy any replicas in this region, but in many other regions, like London (eu-west-3) which handles most of my users instead of Paris.

https://eu-west-3.console.aws.amazon.com/lambda/home?region=eu-west-3#/replicas

"There is no data to display."

https://eu-west-2.console.aws.amazon.com/lambda/home?region=eu-west-2#/replicas

we see all functions created by Amplify with description:

"Replica created by Lambda@Edge."

How can I force Cloudfront and Lambda@Edge to deploy a replica in eu-west-3 ? Ideally via AWS Amplify.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source