What is Serverless?
Serverless means applications where server-side logic is still written by the application developer, but, unlike traditional architectures, it’s run in stateless compute containers that are event-triggered and fully managed by a third party. One way to think of this is “Functions as a Service” or "FaaS".