Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created August 21, 2017 10:48
Show Gist options
  • Save willgarcia/cdbd80eb57bf8808aace3a61624d5123 to your computer and use it in GitHub Desktop.
Save willgarcia/cdbd80eb57bf8808aace3a61624d5123 to your computer and use it in GitHub Desktop.
delete-version-lambda
0 🍒 chatbot/ $ for i in $(seq 5 100); do aws lambda delete-function --function-name chatbot-FBMessageEvent-DWQ6NCE7L0C5 --qualifier $i --region us-east-1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment