Top "Amazon-dynamodb" questions

Amazon DynamoDB is a proprietary closed-source cloudnative key-value and document database optimized for horizontal scaling.

AWS MySQL RDS vs AWS DynamoDB

I've been using MySQL for a fair while now and I'm comfortable with its structure & SQL Queries etc. Currently …

mysql database amazon-web-services amazon-dynamodb
DynamoDB : The provided key element does not match the schema

Is there a way to get an item depending on a field that is not the hashkey? Example My Table …

python amazon-web-services amazon-dynamodb boto
How to use auto increment for primary key id in dynamodb

I am new to dynamodb. I want to auto increment id value when I use putitem with dynamodb. Is possible …

amazon-web-services amazon-dynamodb
How can I import bulk data from a CSV file into DynamoDB?

I am trying to import a CSV file data into AWS DynamoDB. Here's what my CSV file looks like: first_…

amazon-web-services csv amazon-dynamodb
how to put an Item in aws DynamoDb using aws Lambda with python

Using python in AWS Lambda, how do I put/get an item from a DynamoDB table? In Node.js this …

python python-2.7 aws-lambda amazon-dynamodb
Complete scan of dynamoDb with boto3

My table is around 220mb with 250k records within it. I'm trying to pull all of this data into python. …

python amazon-web-services amazon-dynamodb boto3
Amazon AWS DynamoDB Desktop Client - Does one exist?

Been looking around on the web for one of these, but I'm only finding node.js/ruby hosted implementations. I'm …

amazon-web-services desktop-application amazon-dynamodb
Example of update_item in dynamodb boto3

Following the documentation, I'm trying to create an update statement that will update or add if not exists only one …

python amazon-dynamodb boto3 botocore
Amazon SimpleDB vs Amazon DynamoDB

I have some basic understanding what Amazon SimpleDB is, but according to the Amazon DynamoDB description it seems to be …

nosql amazon-web-services amazon-simpledb amazon-dynamodb
How to Add a Column in DynamoDB

Is there a way to add a new column to existing table in DynamoDB in Amazon's AWS? Google didn't help, …

amazon-web-services nosql amazon-dynamodb