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

Event Caching #32

Open
1 task
aidanprior opened this issue Oct 18, 2024 · 0 comments
Open
1 task

Event Caching #32

aidanprior opened this issue Oct 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aidanprior
Copy link
Collaborator

Problem

As a developer, I want to avoid multiple calls to the AWS SDK to reduce throttling, and allow more data to be visible on the app

Solution

Calling the AWS SDK on a set interval to populate a local database. Frontend calls for data will retrieve it from the database instead.

Additional information

No response

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@aidanprior aidanprior added the enhancement New feature or request label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant