checking lambda edge function list

Taegu KangTaegu 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

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-at-edge-function-restrictions.html

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

Taegu Kang
Taegu Kang