Serverless Application Patterns
Serverless Application Patterns
Serverless functions
Serverless functions accelerate development by using an event-driven model, with
triggers that automatically execute code to respond to events and bindings to
seamlessly integrate additional services. A pay-per-execution model with sub-second
billing charges only for the time and resources it takes to execute the code.
Serverless Kubernetes
Developers bring their own containers to fully managed, Kubernetes-orchestrated
clusters that can automatically scale up and down with sudden changes in traffic on
spiky workloads.
Serverless workflows
Serverless workflows take a low-code/no-code approach to simplify orchestration of
combined tasks. Developers can integrate different services (either cloud or on-
premises) without coding those interactions, having to maintain glue code, or learning
new APIs or specifications.