Open
Description
Use case
StringList stored in SSM are mainly used to store arrays. The first thing people usually do, is splitting the StringList into an array right after having retrieved it from the Parameter Store.
Solution/User Experience
In the Parameters Powertool, when the transform: 'json'
option is used, automatically transform the StringList into an array.
We can also provide an extra transform option value (transform: 'array'
for example), just made to handle this case. But it would be disappointing for people getting multiple parameters at once, using getMultiple/getParameters.
Alternative solutions
Acknowledgment
- This feature request meets Powertools for AWS Lambda (TypeScript) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Python, Java, and .NET
Future readers
Please react with 👍 and your use case to help us understand customer demand.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
On hold