Is there an option in DynammoDB to store auto incremented ID as primary key in tables? I also need to store the server time in tables as the "created at" fields (eg., user create at). But I don't find any way to get server time from DynamoDB or any other AWS services.
Can you guys help me with,
- Working with auto incremented IDs in DyanmoDB tables
- Storing server time in tables for "created at" like fields.
Thanks.