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

Tech debt: Refactor parameters utility to use boto_config instead of config parameter #4729

Closed
1 of 2 tasks
leandrodamascena opened this issue Jul 10, 2024 · 3 comments · Fixed by #4893
Closed
1 of 2 tasks
Assignees
Labels
tech-debt Technical Debt tasks

Comments

@leandrodamascena
Copy link
Contributor

Why is this needed?

The parameter feature (dynamodb, ssm, secrets, and appconfig) is using a parameter name config, but the name of this parameter is not very clear and we need to refactor to use boto_config.

Consider the following steps to make this work:

  • Merge this into Powertools v3 branch
  • Add new parameter boto_config and refactor the code to use it.
  • Add a deprecation if someone uses the config parameter.
  • Replace config with boto_config in our documentation.

Which area does this relate to?

Parameters

Suggestion

No response

Acknowledgment

@leandrodamascena
Copy link
Contributor Author

Closed via #4893

@github-project-automation github-project-automation bot moved this from Working on it to Coming soon in Powertools for AWS Lambda (Python) Aug 6, 2024
@github-actions github-actions bot added the pending-release Fix or implementation already in dev waiting to be released label Aug 6, 2024
Copy link
Contributor

github-actions bot commented Aug 6, 2024

⚠️COMMENT VISIBILITY WARNING⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

Copy link
Contributor

github-actions bot commented Aug 8, 2024

This is now released under 2.43.0 version!

@github-actions github-actions bot removed the pending-release Fix or implementation already in dev waiting to be released label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Technical Debt tasks
Projects
Status: Coming soon
1 participant