-
Notifications
You must be signed in to change notification settings - Fork 429
Tech debt: Refactor parameters utility to use boto_config instead of config parameter #4729
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
Closed
1 of 2 tasks
Comments
7 tasks
7 tasks
7 tasks
Closed via #4893 |
|
This is now released under 2.43.0 version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: