Sanity check test: What happens if I put()
into a naive DB
#7
Labels
question
Further information is requested
put()
into a naive DB
#7
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 ?
The text was updated successfully, but these errors were encountered: