Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created August 31, 2017 20:00
Show Gist options
  • Save Miserlou/82d793b73cdc18424cf6b07989b422af to your computer and use it in GitHub Desktop.
Save Miserlou/82d793b73cdc18424cf6b07989b422af to your computer and use it in GitHub Desktop.
Execute Lambda Shell Commands With Zappa
zappa invoke --raw 'import subprocess; print subprocess.check_output("ls");'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment