diff --git a/aws-lambda/python/.hello-python.py.swp b/aws-lambda/python/.hello-python.py.swp new file mode 100644 index 0000000..49658c2 Binary files /dev/null and b/aws-lambda/python/.hello-python.py.swp differ diff --git a/aws-lambda/python/hello-python.py b/aws-lambda/python/hello-python.py index d341213..0355808 100644 --- a/aws-lambda/python/hello-python.py +++ b/aws-lambda/python/hello-python.py @@ -3,5 +3,5 @@ def lambda_handler(event, context): return { 'message' : message } - - \ No newline at end of file + # Created a Branch called 'Rahul'. + #Just edited it \ No newline at end of file