I want to copy the data from one Amazon dynamodb table to another amazon dynamodb table(of same region)..
1]I have table called MUSIC which has 20 items 2] I have another table MUSIC_ST (with same schema as table MUSIC). Now I want to migrate selectively 10 items from MUSIC dynamodb table To MUSIC_ST dynamodb table..
I went through AWS data-pipeline,Here first need to export the entire table to S3 then we need to import that file in S3 to dynamodb table through this data pipeline.. Which is not my project requirement. We need to migrate the selected data from one dynamoDB table to another DynamoDb table.
Please your solution will help me. And i appreciate it. Thanks