Skip to content

Instantly share code, notes, and snippets.

@jondanao
Last active June 7, 2018 03:17
Show Gist options
  • Save jondanao/a6594634bc64187b3dfdc2e5d8bcb165 to your computer and use it in GitHub Desktop.
Save jondanao/a6594634bc64187b3dfdc2e5d8bcb165 to your computer and use it in GitHub Desktop.
Zappa Deployment Cheatsheet
# Zappa uses *.pyc files and needs to be cleaned up when moving to different directory or changing Python versions
# https://github.com/Miserlou/Zappa/issues/854
find . -name \*.pyc -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment