Database Reference
In-Depth Information
Synchronization
With Amazon DynamoDB, you can design solutions for a web session data store. It can be
used for highly scalable web applications that require thousands of concurrent requests/sec
with persistent session data and specific cache data necessities. Because the web session
data is usually within the range of only some bytes to some KBs, it can be easily handled in
DynamoDB. It is recommended to use strong consistent reads while transacting with ses-
sion data in DynamoDB. The following is the reference diagram for data synchronization:
Search WWH ::




Custom Search