This blog will describe one of the many ways to load a csv data file into AWS dynamodb database using python boto3 library provided by AWS. Amazon DynamoDB is a fully-managed NoSQL database service that offers speedy performance and scalability to store and retrieve any amount of data.Click here if you would like to setupContinue reading “load csv file to aws dynamodb”
Category Archives: DynamoDB
Set Up Local DynamoDB in a Docker Container
In this tutorial, I am going to show you how to set up a local DynamoDB in a Docker container so that you can play around with it on your local machine without any cost. Click here if you have not setup docker yet or here to setup AWS SDK to your environment. Benefits ofContinue reading “Set Up Local DynamoDB in a Docker Container”