1 個回答
- 最新
- 最多得票
- 最多評論
0
aws lambda list-functions --query "Functions[?Runtime=='nodejs']" --output json
Grep for the version you want
相關內容
- 已提問 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 4 年前
- AWS 官方已更新 9 個月前
aws lambda list-functions --query "Functions[?Runtime=='nodejs']" --output json
Grep for the version you want