Add raise from syntax to discover underlying problems
Open
- 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
Assessment
This issue has not been assessed yet.