Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Light up your microservices with the Serverless Framework

Light up your microservices with the Serverless Framework

This is an introductory presentation about the Serverless Framework including demos about AWS Lambda and Azure Functions.

Daron Yondem

October 19, 2017
Tweet

More Decks by Daron Yondem

Other Decks in Programming

Transcript

  1. Serverless architectures refer to applications that significantly depend on third-party

    services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS") Martin Fowler
  2. What I understand? • Worry/care just about your code. •

    Pay per use metering units at max optimization. • No commitment, hardware provisioning (are you sure?)
  3. Serverless != Microservices • You can have a fleet of

    EC2 instances, running containers, orchestrating and still worry about infrastructure. • You can have dozens of functions tightly coupled and delivered as a behemoth.