- outline
You can check lambda functions on region in use. But, you need to create or check lambda edge functions in us-east-1 not region in use. Below is script that check list for lambda edge functions.
- how-to-check
aws lambda list-functions --region us-east-1 --query Functions[].FunctionName
- reference