checking lambda edge function list
Taegu Kang
1 min read
- 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
0
Subscribe to my newsletter
Read articles from Taegu Kang directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by