powertools-lambda-java icon indicating copy to clipboard operation
powertools-lambda-java copied to clipboard

Maintenance: Split powertools-parameters into submodules

Open scottgerring opened this issue 2 years ago • 1 comments
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

scottgerring avatar Aug 29 '23 09:08 scottgerring