powertools-lambda-java
powertools-lambda-java copied to clipboard
Maintenance: Split powertools-parameters into submodules
trafficstars
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
- [X] This request meets Powertools for AWS Lambda (Java) Tenets
- [ ] Should this be considered in other Powertools for AWS Lambda (Java) languages? i.e. Python, TypeScript