Skip to content

Commit

Permalink
Merge 23afee2 into 0c8d99d
Browse files Browse the repository at this point in the history
  • Loading branch information
LaundroMat committed Sep 21, 2020
2 parents 0c8d99d + 23afee2 commit 8b31788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -389,7 +389,7 @@ You can execute any function in your application directly at any time by using t

For instance, suppose you have a basic application in a file called "my_app.py", and you want to invoke a function in it called "my_function". Once your application is deployed, you can invoke that function at any time by calling:

$ zappa invoke production 'my_app.my_function'
$ zappa invoke production my_app.my_function

Any remote print statements made and the value the function returned will then be printed to your local console. **Nifty!**

Expand Down

0 comments on commit 8b31788

Please sign in to comment.