Skip to content

Commit 0054e72

Browse files
committed
fixed output sample
1 parent 2f1ebf9 commit 0054e72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ If you now try and run:
8282
.. code:: bash
8383
8484
(my_microservice) $ lambda invoke
85-
86-
"your test handler was successfully invoked!" should print out in your console.
85+
# "your test handler was successfully invoked!"
86+
# below shows the result returned by your function execution:
87+
# 5.858
8788
8889
As you probably put together, the ``lambda invoke`` command grabs the values stored in the ``event.json`` file and passes them to your function.
8990

0 commit comments

Comments
 (0)