How can I get a type map/list attribute from DynamoDB using a AWS DynamoDB connector?

3
Currently I’m working in a project that read pdf file and store comprehend entities in map attribute inside a row of DynamoDB table. I’m using a DynamoDB connector but I don’t know how retrieve an  attribute type map or list . 
asked
1 answers
1

Hi Randy,

After posting another question, a developer of the AWS DynamoDB connector reached out with the following answer:

“As of the current version, the connector's supports LongDecimalString, and Boolean attributes. The implementation for a List/Map attribute, especially with its child nodes, is one feature that our connector presently does not support”.

 

So for now this is not possible yet in the current version, I hope that solves your question, if it does please mark it as accepted, best regards!

answered