We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ebf9 commit 0054e72Copy full SHA for 0054e72
README.rst
@@ -82,8 +82,9 @@ If you now try and run:
82
.. code:: bash
83
84
(my_microservice) $ lambda invoke
85
-
86
-"your test handler was successfully invoked!" should print out in your console.
+ # "your test handler was successfully invoked!"
+ # below shows the result returned by your function execution:
87
+ # 5.858
88
89
As you probably put together, the ``lambda invoke`` command grabs the values stored in the ``event.json`` file and passes them to your function.
90
0 commit comments