ClimateNetTumoLabs / ClimateNetTumoLabs/lambda-functions
Lambda Functions Error Handling Adjustment
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
**Objective:**
Modify error handling to raise errors when the code encounters issues that prevent it from continuing execution.
**Action:**
1. Update error handling to utilize raise statements for critical errors.
2. Identify points in the code where errors lead to an inability to proceed.
3. Implement raise statements with descriptive error messages to indicate the nature of the issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.