Skip to content

Commit 13933d4

Browse files
committed
you code here
1 parent 5df65d4 commit 13933d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Next let's open ``service.py``, in here you'll find the following function:
6464
.. code:: python
6565
6666
def handler(event, context):
67-
# You code goes here!
67+
# Your code goes here!
6868
e = event.get('e')
6969
pi = event.get('pi')
7070
return e + pi

aws_lambda/project_template/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def handler(event, context):
5-
# You code goes here!
5+
# Your code goes here!
66
e = event.get('e')
77
pi = event.get('pi')
88
return e + pi

0 commit comments

Comments
 (0)