DynamoDB is a NoSQL database service provided by Amazon, offering features like easy scalability, high availability and data durability. These properties make it well suited to being used as a Magento session storage engine. The AWS PHP SDK already includes a PHP session handler, so in theory it should be a simple matter of including the SDK and configuring Magento to use it. In practice, it wasn't quite this straightforward.
Read MoreMagento Extension Roundup - July 2015
by Ron Carr in Magento Extension Reviews
Welcome to the fifth instalment of our monthly free Magento extension round-up, where we quickly review some of the more notable free extensions which were released on Magento Connect and GitHub in the past month.
One Step Checkout by AddWeb Solution

Magento's standard onepage checkout groups fields into a series of steps which the customer needs to complete before proceeding on to the next step, and being shown the next group of fields. This means that potential customers can't see what information they'll need to fill out ahead of time, and aren't aware exactly how far through the checkout process they really are.
Read More