aws-powertools / powertools-lambda-java

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
https://docs.powertools.aws.dev/lambda/java/
MIT No Attribution
287 stars 91 forks source link

Maintenance: Split powertools-parameters into submodules #1402

Open scottgerring opened 1 year ago

scottgerring commented 1 year ago

Summary

In order to minimize dependency size, we should split powertools-parameters into submodules (keeping powertools-parameters as 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

jeromevdl commented 3 months ago

done with #1403, will be released with v2