2019
Dec
18

When I migrate RDS table to the Dynamodb, one of major important functionality is generating sequence id. Dynamodb do not support it.Here is an exampl...

2019
Jul
09

Create a Table with global secondary index on local dynamodb Unit test Create TableAmazonDynamoDB ddb = DynamoDBEmbedded.create().amazonDynamoDB();Str...