Closed as not planned
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
Type
Projects
Status
Closed