I am trying to import a CSV file data into AWS DynamoDB.
Here\'s what my CSV file looks like:
first_name last_name sri ram Rahul Dravid JetPay Underw
I've created a gem for this.
Now you can install it by running gem install dynamocli, then you can use the command:
gem install dynamocli
dynamocli import your_data.csv --to your_table
Here is the link to the source code: https://github.com/matheussilvasantos/dynamocli