< BACK TO BLOG

Delete multile aws lambda in single command

Published Fri May 21 2021



go to AWS cloudshell and enter command like below with lambda name


for i in lambda1 lambda2;do aws lambda delete-function --function-name $i;done;




Subscribe to my Newsletter

Get the latest posts delivered right to your inbox