condense9 / hark-lang

A serverless virtual machine
https://guide.condense9.com
Apache License 2.0
108 stars 8 forks source link

DynamoDB 400kB item limit causes session crashes #12

Open rmhsilva opened 4 years ago

rmhsilva commented 4 years ago

Problem Various parts of Teal session data can grow unbounded, but the item size in DynamoDB is limited to 400kB. e.g. Session events/logs eventually hit the limit, crashing the session.

This underlying infrastructure constraint should not be visible to programmer in any way.

Possible solutions