faaskeeper
faaskeeper copied to clipboard
Refactoring functions
The current codebase is not sustainable, and we should improve it.
- [ ] Split the logic of different requests into modules.
- [ ] Abstract AWS-specific dependencies from the request logic.
- [ ] Correctly assign responsibilities to a storage driver and a client.
- [ ] Replace JSON-based requests with dataclasses and serialization.