Update the current log item implementation:
- Changed log id to number (the only dynamodb change)
- Used BlobOrDBContent for content and Vec<BlobInfo> for attachments
- Added ensure_size_constraints function
- Implemented From and TryFrom for AttributeValue
- Removed existing db operations for log items (the new improved version will be included in the later diffs)
- Improved constants
Depends on D10405