AWS News Blog

Tag: Amazon DynamoDB

Amazon DynamoDB – Support for Binary Data

As Werner noted recently, Amazon DynamoDB is the fastest growing new service in the history of AWS! If you are a DynamoDB user, you already know the drill — create a table, provision the throughput (in terms of read and write capacity units per second), and start storing and retrieving data without worrying about hitting […]

Read More

Amazon DynamoDB – Reduced Minimum Throughput

Our customers have been making great use of Amazon DynamoDB‘s provisioned throughput model! They are provisioning tables that handle hundreds of thousands of reads or writes per second to millions and even billions of items. They are adjusting provisioned throughput on the fly, in order to cope with changes in requirements, and paying only for […]

Read More

AWS CloudFormation Supports Amazon DynamoDB and Amazon CloudFront Dynamic Content

Today, AWS CloudFormation is adding support for Amazon DynamoDB and Amazon CloudFront dynamic content. You can now describe related AWS resources such as EC2 instances, Amazon DynamoDB tables, and Amazon CloudFront distributions using CloudFormation templates. These templates can fully encapsulate the resources needed to run your application on AWS and can be version controlled alongside […]

Read More

Scalable Session Handling in PHP Using Amazon DynamoDB

Jeremy Lindblom of the AWS Developer Services team put together the following guest post to show PHP developers how to store session data in Amazon DynamoDB. — Jeff; The DynamoDB Session Handler is a new feature of the AWS SDK for PHP which allows developers to utilize Amazon DynamoDB the brand new NoSQL database service […]

Read More

DynamoDB Scales Out to Three New Locations

Effectively immediately, Amazon DynamoDB is available in three additional AWS Regions. Here’s the complete list: US East (Northern Virginia) EU (Ireland) Asia Pacific (Tokyo) US West (Northern California) – New US West (Oregon) – New Asia Pacific (Singapore) – New You can find the complete list of HTTP and HTTPS service endpoints here. For more […]

Read More

Announcing BatchWriteItem for DynamoDB

Dave Lang of the Amazon DynamoDB team is back with another guest post! — Jeff; In January we launched Amazon DynamoDB, our high scale, low latency, fully-managed NoSQL database service. Since our launch, one of the most frequent requests weve heard from customers is for a way to write multiple items in a single request […]

Read More