Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance: Split powertools-parameters into submodules #1402

Open
1 of 2 tasks
scottgerring opened this issue Aug 29, 2023 · 1 comment · Fixed by #1403
Open
1 of 2 tasks

Maintenance: Split powertools-parameters into submodules #1402

scottgerring opened this issue Aug 29, 2023 · 1 comment · Fixed by #1403
Labels
maintenance status/staged-major-release This change will go with the next major release v2 Version 2
Milestone

Comments

@scottgerring
Copy link
Contributor

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

@jeromevdl
Copy link
Contributor

done with #1403, will be released with v2

@scottgerring scottgerring removed their assignment Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance status/staged-major-release This change will go with the next major release v2 Version 2
Projects
Status: Coming soon
Development

Successfully merging a pull request may close this issue.

2 participants