Documentation for AWS Lambda configuration links to javascript sdk config
mjperrone opened this issue · 2 comments
mjperrone commented
I am running a python lambda and wish to track errors there using rollbar. This repo links to https://docs.rollbar.com/docs/python as its complete documentation.
On that page, under Configuration
, the AWS Lambda link points to documentation including only the javascript sdk configuration in lambda.
It seems misleading to link to that from the python docs. I am wondering if that is in error, and what best practices are for using pyrollbar in lambda are. Thanks
mjperrone commented
I found my answer here: https://docs.rollbar.com/docs/aws-lambda-1
So I think a link just needs to be updated.
brianr commented
Thanks @mjperrone for the report! Fixed the link and moved it to a new url at https://docs.rollbar.com/docs/python-aws-lambda .