faaskeeper icon indicating copy to clipboard operation
faaskeeper copied to clipboard

Refactoring functions

Open mcopik opened this issue 2 years ago • 0 comments

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.

mcopik avatar Feb 16 '23 17:02 mcopik