Copying one table to another in DynamoDB

0 votes

I am currently working with DynamoDB. I want to know if there is some best way to copy one table to a new one in DynamoDB. 

So, is there a method to do that?

Jan 16, 2019 in AWS by datageek
• 3,090 points
11,994 views

1 answer to this question.

0 votes

Hai! Even I wanted to know the same. Well, there was this AWS Data Pipeline Template using which it was possible to transfer data from one table to another table. But, the template is no more there. I found this solution posted by AWS though:

How to copy data from one table to another

Hope this helped!

answered Jan 16, 2019 by Archana
• 5,640 points
@all any have solution for this

Hi@krishna,

I found one python script. This script is used to copy one table to a new one in DynamoDB. You can download the script from the below-given link.

https://github.com/techgaun/dynamodb-copy-table/blob/master/dynamodb-copy-table.py

After downloading the script, you can run the below command.

$ python dynamodb-copy-table.py src_table dst_table

Related Questions In AWS

0 votes
1 answer
0 votes
1 answer

Copying existing files in a s3 Bucket to another s3 bucket

Suppose the two buckets in question are ...READ MORE

answered Sep 14, 2018 in AWS by Priyaj
• 58,090 points
14,572 views
0 votes
1 answer

How to create a DynamoDB table in AWS?

Creating a DynamoDB table is made very ...READ MORE

answered Feb 22, 2019 in AWS by Priyaj
• 58,090 points
921 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
0 votes
1 answer

What is the best way to check if table exists in DynamoDB?

This function gives you a nice boolean ...READ MORE

answered Nov 30, 2018 in AWS by Archana
• 5,640 points
6,305 views
0 votes
1 answer

Is there a limit on the number of attributes in DynamoDB Table?

Actually, there is no limit to the ...READ MORE

answered Feb 21, 2019 in AWS by Archana
• 5,640 points
4,010 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP