Traditional application architecture anticipates sustained and peak usage to perform over a period of time. This often requires operations teams to overprovision resources to meet anticipated demand, creating “waste” outside of these high-usage periods.
In so many words, there are times where you’re paying for what you don’t use.
Consider a “headless” or serverless approach through Amazon Web Services (AWS) for your next web application. AWS has a number of services that allow you to create an on-demand, serverless architecture. One of these services is called Lambda.
Lambda is an event-driven, serverless computing platform that allows web applications to scale automatically. Lambda runs code in response to events – running only as long as it is needed and paying only for the compute time consumed. This on-demand service provides a faster, more responsive, richer user experience and reduces cost of ownership by eliminating the need to manage, monitor, and provision a fixed number of servers.
DISCLAIMER: Serverless doesn’t necessarily mean servers are not involved. This only implies that developers and IT architects don't need to worry about managing physical capacity or limits and the administrative time for scaling. Run through the cloud and utilizing a content delivery network (CDN), a serverless approach also axes the need for manual configuration across multiple data centers, making it an ideal approach for many custom applications or back-end services.
Need an example? Let’s use the recently launched KentuckianaWorks Career Calculator as an example:
That’s it. Simple, flexible, powerful, cost-efficient, and on-demand applications that respond in real time to events and new information.