Created
May 18, 2017 08:47
-
-
Save nikolalsvk/345e27b573f186087a156a25d978bc95 to your computer and use it in GitHub Desktop.
Delete batch of AWS Lambda function since UI doesn't support multi-select
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in 0..100 | |
puts "Deleting MyFunction#{i}" | |
system("aws lambda delete-function --function-name MyFunction#{i}") | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment