'Query with filters in DynamoDB

Have a column called products. In that column, Have one record as below:

[ { "pID" : "A456789" }, "qty" : "1" } } ]

How can I perform filtering in DynamoDB UI



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source