Skip to content

Instantly share code, notes, and snippets.

@nikolalsvk
Created May 18, 2017 08:47
Show Gist options
  • Save nikolalsvk/345e27b573f186087a156a25d978bc95 to your computer and use it in GitHub Desktop.
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
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