Database (DynamoDB) item tests. For the SessionItem database entity we perform:
- Check if the table is available,
- Create and fulfill database item entity,
- Put into the database table,
- Find the record using the primary key,
- Compare record fields of created item and item from database record,
- Remove the testing record from the database.
Related linear task: ENG-686
I remember asking about it somewhere and you've probably answered, but what is the plan for a scenario where someone appends a log after we started reading but before we finish?