Mabry Mill

Serverless: The next discontinuity

Matt Weagle
3 min readMar 21, 2016

Over the past year or so, the “serverless” architecture movement has seen a frenzy of activity. AWS announced Lambda at re:Invent 2014 and after a predictable period of cautious exploration by the developer community, began to really take off.

Google Trends for “serverless” — units not included

In addition to the continued improvements to AWS Lambda, other signs of larger industry growth include:

For many types of applications, “serverless” marks a discontinuity in both application design and locus of control. It is a higher level of abstraction (eg, Your server as a function) that enables developers to focus on their application, not the undifferentiated muck required to support it.

#WaterOps

I recently took a trip through the Blue Ridge Parkway in southern Virginia. One of the most visited sites along the drive is the famous Mabry Mill, a watermill, workshop, and blacksmith shop alongside a small stream. The mill is still in working order and it’s quite impressive to see the gear and band system transferring energy from the waterwheel to the jig saw, lathe, and other equipment.

These machines were magnifiers for Mabry’s skills: everything needed for the farm could be made with these tools (well, he needed the blacksmith shop as well).

However, the machines needed power, and with unpredictable rainfall amounts, Mabry needed increasing amounts of land on which he could build an labyrinthine flume system to gather water and channel it to his waterwheel.

These flumes didn’t deliver logfiles, but water to the wheel. For Mabry, these flumes were the undifferentiated muck of his time. If a flume was leaking, or a gate was closed, or even if it hadn’t rained in a while, then the “saw service” was partially available or even offline. You might say that Mabry was an early and unwitting practitioner of #WaterOps. While I appreciated Mabry’s industriousness, I couldn’t help think that his type of mill was likely one of the last self-powered, as the power grid was starting to come into existence.

How much easier would it have been to plug his machines into a socket and have consistent, highly available power, without the need to replace a rotting board?

Functional Power

This is the (metaphorical) promise of serverless architectures: consistent, highly available compute power that enables an application to securely and reliably deliver business value. The freedom to focus your efforts on improving your application, without the requirement to replace a leaky SSH Security Group or an offline EC2 instance.

Serverless isn’t a silver bullet, and not all types of services could or even should consider moving to this architecture. However, for many others the possibility of consistent, highly-available compute power offers a compelling alternative.

Future

I think the future of serverless architectures is bright, and am actively working on Sparta — a framework for Go-based AWS Lambda applications. Over the next series of posts I’ll dive more into the AWS Lambda ecosystem and how it opens up a new way to securely, reliably, and consistently power your applications.

--

--