Reputation: 613
I have pyspark data frame with 3+ million of records and it's necessary to write it to Dynamo db. What is the best way to do it?
Upvotes: 1
Views: 703
Reputation: 5536
If you want to do this using python then you can do this as:
For this you can use either glue python shell or create your own container and launch it on fargate.
Upvotes: 2