AWS News Blog
Tag: Amazon DynamoDB
DynamoDB Local for Desktop Development
Would you like to be able to write and test code that uses the Amazon DynamoDB API even if you have no network connection and without incurring any usage charges (AWS Free Usage Tier notwithstanding)? If so, you are going to love our new DynamoDB Local test tool. DynamoDB Local is a client-side database that […]
Copy DynamoDB Data Between Regions Using the AWS Data Pipeline
If you use Amazon DynamoDB, you may already be using AWS Data Pipeline to make regular backups to Amazon S3, or to load backup data from S3 to DynamoDB. Today we are releasing a new feature that enables periodic copying of the data in a DynamoDB table to another table in the region of your […]
New Geo Library for Amazon DynamoDB
Have you ever thought about building an application that is location-based? Perhaps you want to display maps, or you want to show the bus stops or restaurants that are closest to the user as they roam about an unfamiliar city. What’s Here?Like many types of programming and data representation problems, it turns out that efficiently […]
Transaction Library for DynamoDB
Today we are introducing a new client library that will reduce the development effort needed for you to perform atomic transactions that can encompass multiple DynamoDB items in one or more tables. This allows you to develop those applications more easily on DynamoDB that until now either required relational databases (with their attendant scalability issues) […]
Amazon DynamoDB – Parallel Scans, 4x Cheaper Reads, Other Good News
UPDATE (May 5, 2018) The capacity management capabilities of Amazon DynamoDB were enhanced after this blog post was published. As a result, the post references information that may no longer be the most accurate or a best practice. Pease read the DynamoDB documentation on Best Practices for Designing and Using Partition Keys Effectively to learn […]
Amazon Coins – Virtual Currency for App and In-App Purchases
Amazon Coins are a new virtual currency that will be made available to Kindle Fire users this coming May. They can be used to pay for apps and for most in-app purchases. If your app runs on the Kindle Fire, it is eligible for Amazon Coins with no further work on your part. If it […]
Local Secondary Indexes for Amazon DynamoDB
You can now create local secondary indexes for Amazon DynamoDB tables. These indexes provide give you the power to query your tables in new ways, and can also increase retrieval efficiency. What’s a Local Secondary Index?The local secondary index model builds on DynamoDB’s existing key model. Up until today you would have to select one […]
Real-Time Ad Impression Bids Using DynamoDB
Today we have a really interesting guest post from Prashant Pandey (Engineering Manager for DynamoDB) and Pravin Muthukumar (Business Development Manager for Database Services). — Jeff; Real-time bidding (RTB) allows advertisers and publishers to buy and sell online display ad inventory in an efficient, high-speed marketplace. RTB platforms solicit bid requests for each ad impression from […]