Created
March 29, 2017 17:35
-
-
Save Miserlou/7bd539df3b9eda7eb965a008bd284464 to your computer and use it in GitHub Desktop.
run.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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