Firecracker Micro-VMs : the power behind AWS Lambda
We all use AWS Lambda, either at work to automate some workloads, or unconsciously on our daily lives, using our favorite apps and services. When it was introduced by AWS in 2014, Lambda marked a turning point in the way we develop and deploy our applications and services, making it easier than ever : simply upload your micro-service code, and let AWS handle the rest (compute resources, scaling, availability, and maintenance). This new paradigm, later known as serverless computing, then became a foundation for modern cloud-native architectures by introducing the FaaS (function-as-a-service) model.