audienceproject / spark-dynamodb

Plug-and-play implementation of an Apache Spark custom data source for AWS DynamoDB.
Apache License 2.0
175 stars 90 forks source link

how to store dataframe in dynamodb #85

Closed ahsan-n closed 3 years ago

ahsan-n commented 4 years ago

readme example shows to store one table into another i am confuse how can we take a dataframe and then simple store it in dynamodb? any example for such case.