Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created March 29, 2017 17:35
Show Gist options
  • Save Miserlou/7bd539df3b9eda7eb965a008bd284464 to your computer and use it in GitHub Desktop.
Save Miserlou/7bd539df3b9eda7eb965a008bd284464 to your computer and use it in GitHub Desktop.
run.py
from zappa.async import run
run(your_function, args, kwargs) # Using Lambda
run(your_function, args, kwargs, service='sns') # Using SNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment