LoginSignup
1
1

aws cli

Posted at

Lambda

全リージョンからlambdaのランタイムと名前を取得

aws account list-regions --region-opt-status-contains ENABLED ENABLED_BY_DEFAULT --query "Regions[].{Region: RegionName}" --output text | xargs -L1 aws lambda list-functions --query 'Functions[*].[Runtime,FunctionName]' --output text --region

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1