Closed
Description
Consider for instance SSMProvider
- if a TransformationManager
is not supplied, a default will not be provided. You can contrast this with CacheManager
.
This causes issues in our parameters example, which will throw due to a lack of TransformationManager
:
What were you trying to accomplish?
Expected Behavior
V2 parameters example should work.
Possible Solution
A default TransformationManager should be provided.