I'm using dynamodb and I'm trying to set a different unique value ( id ) for each item I create in a table.
While looking for a solution I find the "atomic counter" solution and in the docs of aws there is an example here ( Increment an Atomic Counter ), but what id does is just to update items and not adding the id when the item is created.
How can I do that?