A dynamodb Table can be created with hashkey only or hashkey + rangekey The `put()` api requires a hashkey & a rangekey. What happens when I put with a range key into a table that has been configured to be hashkey only ?