aws / aws/aws-secretsmanager-caching-net
Retrieving secrets in batch with the new BatchGetSecretValue API call
- Dominant language
- C#
- Stars
- 73
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
A new API was introduced for retrieving secrets in batch: [BatchGetSecretValue](https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_batch.html).
Is it possible to extend also the SecretsManagerCache with a new method that uses this new API to retrieve more secrets in a single call?
And probably there should be also a Refresh call for more secrets at once.
Contributor guide
Research direction
Start by reading the SecretsManagerCache API and the AWS BatchGetSecretValue documentation linked in the issue. Determine the intended batch retrieval and multi-secret refresh behavior, then identify the relevant tests or entry points in the repository; done means the cache supports both operations with clear behavior for multiple secrets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, csharp
- Domain
- backend-api-design, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100