edmunds / shadowreader

Serverless load testing for replaying website traffic. Powered by AWS Lambda.
Apache License 2.0
158 stars 13 forks source link

Replace Lambda exception handling code with decorators #42

Closed ysawa0 closed 5 years ago

ysawa0 commented 5 years ago

Replace try/except blocks with exception handling decorator that will automatically send stack traces to the DLQ (Either SNS or SQS).