AWS DynamoDB allows items with the same partition key exceeds 10GB (see Is there a DynamoDB max partition size of 10GB for a single partition key value?)
But if I my schema has an LSI, what would happen? (See http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LSI.html)
For any local secondary index, you can store up to 10 GB of data per distinct partition key value.
Not sure if this 10GB on LSI is a hard limit or DynamoDB has some internal mechanism to alleviate it.