Creating DynamoDB Autoincrement ID or Unique ID UUID
1 min readApr 18, 2020
Currently, autoincrement uuid is only supported in AWS Java SDK.
import uuid
print (uuid.uuid1())
Currently, autoincrement uuid is only supported in AWS Java SDK.
import uuid
print (uuid.uuid1())
Don’t follow me. I wrote junks here. Follow me on Twitter instead.