Your company is migrating from a relational database to Amazon DynamoDB. The existing schema includes a table with customer information, which includes customer ID, name, address, and order history. The order history is stored as a nested JSON object within the customer record. What approach should be taken to convert this schema to DynamoDB? | AWS Certified Data Engineer - Associate Quiz - LeetQuiz