Database (DynamoDB) item tests. For the MessageItem 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