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 MoreAmazon 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 MoreAWS 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 MoreExplore Your DynamoDB Tables Using the AWS Management Console
You can now view and modify the contents of your DynamoDB tables from within the AWS Management Console. With the addition of this new feature, you can learn by doing — trying out a number of DynamoDB features without even writing any code. You can create a table, add some items, and see them in […]
Read MoreScalable 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 MoreDynamoDB 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 MoreAnnouncing 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 MoreCloudSpokes Coding Challenge Winners – Build a DynamoDB Demo
Our friends at CloudSpokes ran a challenge with the goal of creating some awesome demos for Amazon DynamoDB. The challenge is now complete and they have taken the time to write a guest post to share the results with the AWS community. — Jeff; Last November CloudSpokes was invited to participate in the DynamoDB private […]
Read More