How to query List\Map Key-Value field #269
-
Hi, a query example i would perform would be: scan the table getting the documents having metadata containing (Key = 'id_sofferenza' and Value = '4076115') I know it's not a problem strictly related to this library but i'm using this to query an external DynamoDB served from a supplier and unfortunately they can't change the model structure. This is the document:
Would appreciate if someone could help with this :) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I asked to Bing and got this answer (Scan): This code allows you to get the documents with the documentNumber AF34325, filtering by the attribute of the metadata list.
|
Beta Was this translation helpful? Give feedback.
-
Truly appreciate, you saved my life and many days of headache! Thanks! |
Beta Was this translation helpful? Give feedback.
I asked to Bing and got this answer (Scan):
This code allows you to get the documents with the documentNumber AF34325, filtering by the attribute of the metadata list.