This document discusses serverless computing. It begins by defining serverless as third-party services that provide event-driven, stateless functions. It then provides an overview of how serverless fits into the evolution of cloud computing models from data centers to infrastructure as a service (IAAS) to platform as a service (PAAS) to functions as a service (FAAS). The document also provides examples of using serverless for tasks like connecting services, running jobs, and an example implementation for a Brazilian company. It notes pricing for a specific implementation and frameworks for serverless development. It highlights considerations for serverless like function limits and the need for orchestration.