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 個月前檢視次數 116 次
1 個回答
0

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

Grep for the version you want

profile picture
專家
已回答 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南