/csv-to-dynamodb

Imports a csv file into a dynamo db.

Primary LanguagePythonApache License 2.0Apache-2.0

csv-to-dynamodb

Imports a csv file into a dynamo db and validates that all entries were created. CSV File is assumed to have a header line.

Run pip install boto3 and aws configure and tweak the values for csv file path, table name, etc.