AWS - One of the required keys was not given a value
On this topic they answered that i need to recreate the table but I don't know how to do that, in addition when I enter to me Dynamo shell I see that the table description is expecting the key values that I send so i'm confused.
this is my code in python
item = dict(
uaid=hasher(uaid),
data=data,
)
self.table.put_item(data=item, overwrite=True)