Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Do not use single quotes around application function when invoking remotely. See #2162
  • Loading branch information
LaundroMat committed Sep 21, 2020
1 parent 0c8d99d commit 23afee2
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 23afee2

Please sign in to comment.