-
Notifications
You must be signed in to change notification settings - Fork 403
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: Review the name of the method extract_data_from_envelope in JMESPath Functions #4218
Comments
We just added this method in the TypeScript repo a few weeks ago. Do we have any anecdotes for deprecating this and how we can improve? I'm not necessarily challenging the idea, I'm more interested in how we can disambiguate it and make it clearer. |
Hello @dreamorosi! I don't have enough anecdotes about this. @heitorlessa may have more context about the reasons behind this change and any customer feedback received. |
…espath_utils and replace with query issue: aws-powertools#4218
…or of query (#4907) * refactor!(jmespath_utils): deprecate extract_data_from_envelope in jmespath_utils and replace with query issue: #4218 * Adding deprecation decorator * Adding test * Fix highlight --------- Co-authored-by: Neel Krishna <[email protected]> Co-authored-by: Leandro Damascena <[email protected]>
Closed via #4907 |
|
Why is this needed?
The
extract_data_from_envelope
method name seems strange for customers to understand what it is for. We now have the opportunity to deprecate this method, add a warning, and create a new one.Which area does this relate to?
JMESPath functions
Suggestion
Deprectaed this method.
Acknowledgment
The text was updated successfully, but these errors were encountered: