List all AWS resources using deprecated NodeJS versions

0

Is there a script or a way to get a list of all AWS resources which are using deprecated Node JS versions? eg: Code Commit? TA provides details only deprecated lambda functions

已提问 1 个月前107 查看次数
1 回答
0

aws lambda list-functions --query "Functions[?Runtime=='nodejs']" --output json

Grep for the version you want

profile picture
专家
已回答 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则