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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ