summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2017-10-11 15:54:08 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2017-10-11 15:54:08 +0200
commitdbe9b1b6fa6af350c6059441f530ceae9a39b874 (patch)
treee26d860e9e73d29954a9f14a5bcd7826e71ffc4a
parent1212b91fde2065851334f7804578f17990d8d0c8 (diff)
downloadraven-awslambda-integration.tar.gz
Add reference to raven-python-lambdaawslambda-integration
-rw-r--r--docs/integrations/awslambda.rst8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/integrations/awslambda.rst b/docs/integrations/awslambda.rst
index a1dacc1..07ac0db 100644
--- a/docs/integrations/awslambda.rst
+++ b/docs/integrations/awslambda.rst
@@ -44,13 +44,11 @@ Additional settings for the client are configured using environment variables or
subclassing `LambdaClient`.
-
-Advanced Usage
---------------
+The integration was inspired by `raven python lambda`_, another implementation that
+also integrates with Serverless Framework and has SQS transport support.
.. _Sentry: https://getsentry.com/
.. _AWS Lambda: https://aws.amazon.com/lambda
.. _Deployment package: https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html
-
-
+.. _raven python lambda: https://github.com/Netflix-Skunkworks/raven-python-lambda