I'm new to DynamoDB. Following the best practice of DynamoDB, I'm going to create only one single table, but wonder how the partition and sort keys should be named.
In my understanding, the keys should have abstract names such as as "PK" and "SK", because the single table stores versatile data in the same key. Is this right?
Or, some content-specific names should be given?