Scalar type key-value pairs

For each attribute name such as username the value is one single string such as thownsr in our example:

{
"username" : thownsr,
"lastname" : "Thowns",
"firstname" : "Rick",
}

These would be represented in a DynamoDB table as follows:

username last_name first_name
thownsr Thowns Rick

..................Content has been hidden....................

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