1 Answer
- Newest
- Most votes
- Most comments
0
aws lambda list-functions --query "Functions[?Runtime=='nodejs']" --output json
Grep for the version you want
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated 21 days ago
aws lambda list-functions --query "Functions[?Runtime=='nodejs']" --output json
Grep for the version you want