Can we use DynamoDB Mapper for atomic counters(Java)? -


I was looking at Dynamo DDB documentation and googling, but any implementation of nuclear counters using the Dynamo DB Mapper did not get.

Is this possible? Or can it be the only low level API used?

You should see AttributeAction.ADD

with the Java API

Edit after the comment.

I do not know about that option, maybe you should edit your question and want to add the code you want.

If you want a @DinModbietInCreated attribute for an integer - nobody is there.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -