Refactor aws_keys initialization.
Open
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
Wherever aws keys are used in the codebase, change it for the keys to be loaded from a method in `base/utils.py`
Contributor guide
Research direction
Start by locating every place in the codebase where AWS keys are read or used, then inspect base/utils.py for the method that should provide them. Update those usages so key loading goes through that method. Done means all AWS key access follows the centralized initialization path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- backend, security
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100