Since I’m not familiar with cloud services yet, I must ask.
If I’ll use DynamoDB from AWS, would it needed to be installed on local? Or is everything handled on the server-side?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update
As already pointed out by frisky (+1), AWS has meanwhile released DynamoDB Local for Desktop Development – please see DynamoDB Local for details, in particular section Differences Between DynamoDB Local and DynamoDB.
As of recently, this initial offering is also fully integrated in the AWS Toolkit for Eclipse and the AWS Toolkit for Visual Studio, see the following introductory blog posts:
Original Answer
You neither need nor can install anything local – please see the first paragraph of the Amazon DynamoDB product page for details, e.g:
Please note that you will likely install one of the AWS SDKs (e.g. the AWS SDK for Java or the AWS SDK for .NET) on your local development system though, if you are planning to work with DynamoDB, they offer various other Developer Tools as well.