Fred Damstra 6 жил өмнө
parent
commit
3766b8f341
1 өөрчлөгдсөн 8 нэмэгдсэн , 1 устгасан
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -1,4 +1,10 @@
 # aws_lambda_python_error_emailer
 # aws_lambda_python_error_emailer
+
+## Source
+The latest version of this code can be found at
+https://github.com/fdamstra/aws_lambda_python_error_emailer
+
+## Description
 This is a simple template you can add to your existing AWS Lambda python code
 This is a simple template you can add to your existing AWS Lambda python code
 so that it will email you details on your exceptions and errors.
 so that it will email you details on your exceptions and errors.
 
 
@@ -28,7 +34,8 @@ Lastly, it won't catch issues with the SNS queue itself. If that isn't
 set up right, you won't get emails.
 set up right, you won't get emails.
 
 
 ## If you know a better way
 ## If you know a better way
-Please share it. I'd love to hear it it. I want to see:
+Please share it. Create an issue on this git repo, email me, whatever. I'm very
+interested in better ways. I want to see:
 * The full stack trace
 * The full stack trace
 * The event received as input
 * The event received as input
 * The context (or at least important parts)
 * The context (or at least important parts)