Skip to content

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

Closed
@leandrodamascena

Description

@leandrodamascena
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

  • Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET

Activity

leandrodamascena

leandrodamascena commented on Aug 6, 2024

@leandrodamascena
ContributorAuthor

Closed via #4893

github-actions

github-actions commented on Aug 6, 2024

@github-actions
Contributor

⚠️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.

github-actions

github-actions commented on Aug 8, 2024

@github-actions
Contributor

This is now released under 2.43.0 version!

removed
pending-releaseFix or implementation already in dev waiting to be released
on Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

tech-debtTechnical Debt tasks

Type

No type

Projects

Status

Shipped

Relationships

None yet

    Participants

    @leandrodamascena

    Issue actions

      Tech debt: Refactor parameters utility to use boto_config instead of config parameter · Issue #4729 · aws-powertools/powertools-lambda-python