What is ServerLess Computing
How we got here?
D.I.A.Y
Cloud & VIrtualization
IaaS
PaaS
CaaS
---> and Serverless!!
Serverless
Building software without worrying about servers
How does serverless work?

Pros and cons
pros
less server-side work
reduced cost (also through economy of scale)
reduced risk and increased efficiency
auto-scaling
shorter lead time
cons
managing state is relatively complex
higher latency
vendor lock-in
Serverless providers
AWS Lambda
Google cloud functions
Google Firebase
What you can do with Serverless
Static websites (Amazon S3)
Small e-commerce platforms
Chatbots
IoT services
Big data applications
Event-driven systems
Last updated
Was this helpful?