|
@@ -1,4 +1,10 @@
|
|
|
# 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
|
|
|
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.
|
|
|
|
|
|
## 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 event received as input
|
|
|
* The context (or at least important parts)
|