Slide 1

Slide 1 text

Light up your microservices with the Serverless Framework Daron Yondem http://daron.me | @daronyondem

Slide 2

Slide 2 text

What is serverless? It’s the way cloud should be!

Slide 3

Slide 3 text

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

Slide 4

Slide 4 text

What I understand? • Worry/care just about your code. • Pay per use metering units at max optimization. • No commitment, hardware provisioning (are you sure?)

Slide 5

Slide 5 text

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.

Slide 6

Slide 6 text

What is ?

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

No content

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

DEMO Getting your first function out there.

Slide 11

Slide 11 text

All blue skies?

Slide 12

Slide 12 text

No content

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

DEMO Kicking functions on multiple cloud platforms.

Slide 15

Slide 15 text

Azure Function

Slide 16

Slide 16 text

AWS Lambda

Slide 17

Slide 17 text

DEMO Real-time log streaming.

Slide 18

Slide 18 text

Commands to keep in mind!

Slide 19

Slide 19 text

Thank you Daron Yondem http://daron.me | @daronyondem Slides @ https://speakerdeck.com/daronyondem