Skip to content

Resolve: Throttling Exception  #5

@ritesh-cs

Description

@ritesh-cs

We are getting Throttling Exception by AWS via Parameter Store.

https://aws.amazon.com/premiumsupport/knowledge-center/ssm-parameter-store-rate-exceeded/

Possible Options

  1. We can probably increase the number of parameters retrieved to 10.
    params = await ssm.getParametersByPath(config).promise()
  2. Implement memory caching.
    Have an internal map if the service value already present in the map, return that, else retrieve via API call.

Screenshot 2022-12-12 at 2 21 08 PM

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions