Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce code duplication between GSIs and tables #139

Closed
sebdah opened this issue Mar 30, 2014 · 0 comments
Closed

Reduce code duplication between GSIs and tables #139

sebdah opened this issue Mar 30, 2014 · 0 comments

Comments

@sebdah
Copy link
Owner

sebdah commented Mar 30, 2014

Currently the project has a separate set of core code for GSIs and tables. That is to a large extent unnecessary and makes the code harder to maintain. The reason for the code separation is large due to:

  • Different logging output (minor)
  • Different way to fetch configuration values

It would be great to merge all logic for scaling etc and have an interface that both GSIs and tables could use.

This would increase project testability and maintainability a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant