this is a trivial question but I didn't found the answer on how to get the primary from a dynamoDB table in AWS.
(I know we can from the dynamodb object but I would like to keep it directly from dynamodb.Table.
Problem: AttributeError: 'dynamodb.Table' object has no attribute 'primary_key'
Solution: Something like my_table.get_primary_key() ?