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 usage of Parameter Store #115

Open
mbret opened this issue Mar 17, 2024 · 0 comments
Open

Reduce usage of Parameter Store #115

mbret opened this issue Mar 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mbret
Copy link
Owner

mbret commented Mar 17, 2024

Currently, the rate excess error can happen with just one user sync. We need to find a way to reduce usage

  • remove some non sensitive parameter store and use ENV
  • batch call to get parameter store values
  • throttle calls to retry after several seconds
  • use internal cache for the handler. loadParameters function would use local module cache with expiry date
@mbret mbret added the enhancement New feature or request label Mar 17, 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