generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 462
Closed as not planned
Labels
feature-requestfeature requestfeature requestfeature_flagsFeature Flags utilityFeature Flags utilityrejected
Description
Is your feature request related to a problem? Please describe.
Allow for callable transforms to be used (as well as the str "shortcuts").
Describe the solution you'd like
Pass something like yaml.loads or load_my_really_cool_serialized_data callable as transform argument toward parameter store fetches.
Describe alternatives you've considered
Due to how feature flags works.. we are unable to use yaml or any other loader before processing happens and this needs patched. Other approaches for parameters is to not pass a transform and then transform after the fact.
Additional context
PR already written up.
Metadata
Metadata
Assignees
Labels
feature-requestfeature requestfeature requestfeature_flagsFeature Flags utilityFeature Flags utilityrejected
Type
Projects
Status
Closed