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

posta 2 mesi fa119 visualizzazioni
1 Risposta
0

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

Grep for the version you want

profile picture
ESPERTO
con risposta 2 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande