-
What is the max size of a session that I can have? Is it limited by the dynamodb item size limit of 400KB? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, the size is limited to DynamoDB's item size. Do you expect to need a larger size? |
Beta Was this translation helpful? Give feedback.
-
In theory we could break the session over multiple DDB items and use a range key. That would add significant complexity to the library managing the session of multiple items. I would suggest creating a feature request issue asking for support for cache size larger then a DynamoDB. If we get enough interest in the issue we can prioritizing adding the support. |
Beta Was this translation helpful? Give feedback.
Yes, the size is limited to DynamoDB's item size. Do you expect to need a larger size?