Summary
In order to minimize dependency size, we should split powertools-parameters into submodules (keeping powertools-parameters as the interface) :
- powertools-parameters-ssm
- powertools-parameters-secrets
- powertools-parameters-dynamodb
- powertools-parameters-appconfig
This is a breaking change and should be done in v2 only.
Why is this needed?
This will allow users to only pull in dependencies that they need for their app, rather then our extra code plus the pieces of the SDK that needs.
Which area does this relate to?
Parameters
Solution
No response
Acknowledgment
Summary
In order to minimize dependency size, we should split
powertools-parametersinto submodules (keepingpowertools-parametersas the interface) :This is a breaking change and should be done in v2 only.
Why is this needed?
This will allow users to only pull in dependencies that they need for their app, rather then our extra code plus the pieces of the SDK that needs.
Which area does this relate to?
Parameters
Solution
No response
Acknowledgment