DynamoDB Articles

1 article in the DynamoDB category — browse the collection below.

Importing DynamoDB Items from a CSV File Using the AWS CLI
DynamoDB

Importing DynamoDB Items from a CSV File Using the AWS CLI

Import CSV data into an existing DynamoDB table using the AWS CLI and a simple bash script — no complex tooling like Glue required. Covers aws cli dynamodb put-item for each CSV row.

Read more