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

asked 13 days ago94 views
1 Answer
0

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

Grep for the version you want

profile picture
EXPERT
answered 12 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions