We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are getting Throttling Exception by AWS via Parameter Store.
https://aws.amazon.com/premiumsupport/knowledge-center/ssm-parameter-store-rate-exceeded/
Possible Options
config-wrapper/src/lib/awsManager.js
Line 66 in 122e25a
The text was updated successfully, but these errors were encountered:
#5 fix issue where fetching params from SSM would result in Throttlin…
8937cac
…gException(s)
PR ready - #6
Sorry, something went wrong.
callmekatootie
No branches or pull requests
We are getting Throttling Exception by AWS via Parameter Store.
https://aws.amazon.com/premiumsupport/knowledge-center/ssm-parameter-store-rate-exceeded/
Possible Options
config-wrapper/src/lib/awsManager.js
Line 66 in 122e25a
Have an internal map if the service value already present in the map, return that, else retrieve via API call.
The text was updated successfully, but these errors were encountered: