"SERVERLESS APPLICATIONS DON'T REQUIRE YOU TO PROVISION, SCALE, AND MANAGE ANY SERVERS.
Â
YOU CAN BUILD THEM FOR ANY TYPE OF APPLICATION AND EVERYTHING REQUIRED TO RUN AND SCALE YOUR APPLICATION WITH HIGH AVAILABILITY IS HANDLED FOR YOU."
https://aws.amazon.com/serverless/
Â
Serverless is a new paradigm of computing that abstracts away the complexity associated with managing servers for mobile and API backends, Â data processing jobs, databases, and more.
https://cloud.google.com/serverless/
"A Serverless solution is one that costs you nothing to run if nobody is using it*"
*(EXCLUDING DATA STORAGE)
- Paul Johnston
COOL?
COOL?
Serverless Compute Platform for state-less event driven code execution
FAAS
Function-as-a-service
Request
User
Backend
User
API Gateway
Request
Ephemeral Container with your code
Request
Functions & services are bricks.
Â
You are the architect, not just a programmer.
PROS
PROS
Lower operational and development costs
Automatic Scaling
Every single endpoint can have separate environment
Â
Every single invocation can be executed in separate environment
Reduced time to market and quicker software release
Reduced time to market and quicker software release