You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter feature (dynamodb, ssm, secrets, and appconfig) is using a parameter nameconfig, 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.
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 useboto_config
.Consider the following steps to make this work:
boto_config
and refactor the code to use it.config
parameter.config
withboto_config
in our documentation.Which area does this relate to?
Parameters
Suggestion
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: