What is FaaS? FaaS (Function as a Service) is a type of cloud computing that allows developers to execute code in response to an event, without needing to deal with the complicated server setup infrastructure typically involved in cloud-hosted applications. When running an application on the web, you need to set up a server, operating system and server software for hosting services that you expose to the web. With FaaS, all of this setup is handled automatically by the platform provider. No need to deal with hardware settings, server software setup and management of tasks to keep this all running. The functions in FaaS applications are all that need to be taken care of. FaaS vs Serverless First off, serverless is more of a marketing term than a technical term, as everything on the web is on some sort of server. It’s premise is about making a developer’s life easier by taking the hassle out of setting up and managing various aspects of a server in order for their applications to run...