Feature request: support retrieving a batch of secrets in Parameters #3563
Labels
feature-request
This item refers to a feature request for an existing or new utility
need-customer-feedback
Requires more customers feedback before making or revisiting a decision
on-hold
This item is on-hold and will be revisited in the future
parameters
This item relates to the Parameters Utility
Use case
Several months ago Secrets Manager launched the ability to retrieve a batch of secrets a single API (link).
Similar to what we do for SSM Parameters, we should allow customers to retrieve multiple secrets via a new
getSecretsByName()
helper function andgetMultiple()
method on theSecretsProvider
class.Solution/User Experience
Needs investigation.
The original issue in Python (aws-powertools/powertools-lambda-python#4200) suggests we should follow a similar experience to the
getParametersByName()
method in theSSMProvider
, however I am still unsure how that would look like, and I'd like to understand if we could instead just extend thegetMultiple()
method in theSecretsProvider
.Alternative solutions
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: