A company is introducing a new feature with an application form for early access. Given the expected influx of requests, each will be stored in a DynamoDB table with attributes for username, submission date, validation status (UNVALIDATED, VALID, NOT VALID), and a user rating from 1 to 5. To ensure a well-distributed workload across partitions, identify the optimal partition key for the DynamoDB table. | AWS Certified Developer - Associate Quiz - LeetQuiz