How to parse the eventKeyJmesPath field and validate a key on the inside? #2029
Replies: 2 comments 3 replies
-
Hi @gabrielleandro0801 thank you for opening this discussion and for the interest in Powertools! At the moment we don't have an equivalent for this feature but we are actively working on this item and should be able to share more details on when it'll be published soon. The feature is tracked in #1298 and it's dependant on us completing the implementation for our own JMESPath module. With this in mind, and considering that the official module was implemented following older practices as well as a complete lack of TypeScript support, we have decided to implement our own JMESPath utility. The work on this item is in advanced state and we are currently focused on reaching 100% compliance with the JMESPath specification (aka 100% of test suite passing). In the meanwhile, it would be immensely helpful for us if you could please leave a 👍 under the issue for this feature (#1298) and maybe leaving a comment expressing your interest (or simply linking this discussion). We constantly adjust our roadmap and prioritization largely happens as a result of customer demand. |
Beta Was this translation helpful? Give feedback.
-
Hi, @dreamorosi! Thanks for your answer! Best regards! |
Beta Was this translation helpful? Give feedback.
-
Hey there!
I read that the Java Powertools lib contains the powertools_json function to parse a string to JSON, so I can check the idempotency through any key inside the JSON (Image 1). And so does the Python Powertools lib (Image 2).
Is there any equivalent for these functions in Typescript Powertools lib or should I parse the JSON another way?
Thanks for your attention!
Beta Was this translation helpful? Give feedback.
All reactions