Understanding Serverless Computing

Serverless computing doesn’t mean there are no servers involved. Instead, as Keith Townsend explains in this post, it abstracts the infrastructure away from a developer, letting them focus on code not on what it will run on. He further explains how this leads to more efficient consumption of cloud resources, which are only used when a function is called.