Database Reference
In-Depth Information
namoDB, we can simply store the object identifier of the image as a metadata attribute in
a DynamoDB item as shown in the following diagram:
We are going to see more details on AWS S3 integration with DynamoDB in Chapter 6 ,
Integrating DynamoDB with Other AWS Components .
Using multiple chunks
There is another good way to store large attribute values—breaking the attribute into mul-
tiple chunks and storing them in different DynamoDB tables. You can simply create two
tables, one to store the other attribute values and the other to store large attribute values.
Search WWH ::




Custom Search