The document discusses serverless computing and OpenFaaS. It defines serverless functions as short-lived, stateless chunks of code that execute in response to events without managing servers. OpenFaaS is introduced as a serverless platform that allows functions to run on Kubernetes and Docker Swarm, providing routing, scaling, and lifecycle management. The architecture of OpenFaaS is shown using containers powered by Docker and orchestrated using Docker Swarm to provide a serverless infrastructure. Finally, a demo of building serverless functions with OpenFaaS is proposed.