You are on page 1of 3

1.

If you are designing from scratch


2. Needs Re- architecture
top 10 serverless examples include:

1. Multimedia processing: The implementation of functions that


execute a transformational process in response to a file upload
2. Database changes or change data capture: auditing or ensuring
changes meet quality standards
3. IoT sensor input messages: The ability to respond to messages
and scale in response
4. Stream processing at scale: processing data within a potentially
infinite stream of messages
5. Chat bots: scaling automatically for peak demands
6. Batch jobs scheduled tasks: Jobs that require intense parallel
computation, IO or network access
7. HTTP REST APIs and web apps: traditional request and response
workloads
8. Mobile back ends: ability to build on the REST API backend
workload above the BaaS APIs
9. Business logic: The orchestration of microservice workloads
that execute a series of steps
10. Continuous integration pipeline: The ability to remove the
need for pre-provisioned hosts

You might also like