Skip to content

Commit b89ac76

Browse files
committed
updated readme
1 parent aa0e2d6 commit b89ac76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AWS Lambda is a service that allows you to write Python, Java, or Node.js code t
2323

2424
Working with Lambda is relatively easy, but the process of bundling and deploying your code is not as simple as it could be.
2525

26-
The *Python-Lambda* library takes away the guest work of developing your Python-Lambda services by providing you a toolset to streamline the annoying parts.
26+
The *Python-Lambda* library takes away the guess work of developing your Python-Lambda services by providing you a toolset to streamline the annoying parts.
2727

2828
Requirements
2929
============
@@ -81,6 +81,11 @@ If you now try and run:
8181
.. code:: bash
8282
8383
(lambduh) $ lambda invoke -v
84+
85+
You will get:
86+
87+
.. code:: bash
88+
8489
# 5.858
8590
8691
# execution time: 0.00000310s

0 commit comments

Comments
 (0)