aws / aws/aws-xray-sdk-python

Add raise from syntax to discover underlying problems

Open
#354 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
338
Forks
147
PR merge metrics
No merged PRs in 30d

Description

# Issue
AWS SDK does not follow `raise exc from exc` which causes underlying problems to disappear during processing AWS SDK. Reference: [Pynamodb issue](https://github.com/pynamodb/PynamoDB/issues/1073)

# Proposed change
Follow [PEP 3134](https://peps.python.org/pep-3134/) to raise underlying issues as traceback instead of stopping it to AWS SDK

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.