Ultimate access to all questions.
Your company is migrating from a MongoDB database to Amazon DynamoDB. The existing schema includes a collection with user activities, which includes user ID, activity type, timestamp, and details. The details are stored as a nested JSON object within the activity record. What approach should be taken to convert this schema to DynamoDB?