Document type – a map attribute

Here, for each attribute name there are several values represented as a mapping of nested attributes to nested values:

{
"date_of_bith" :
[
"year" : 1979,
"month" : 09,
"day" : 25
]
}

This would be represented in a DynamoDB table as follows:

username last_name first_name date_of_birth

thownsr

Thowns

Rick

year: 1979
month: 09
day: 25
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset