serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered...

33
serverless.com

Transcript of serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered...

Page 2: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Serverless Meetup Hamburg-

14.11.2016

Page 3: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Agenda

1. About me

2. What is serverless?

3. What is the Serverless Framework?

4. Live coding

5. Getting started

6. Q & A

Page 4: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

About me

Page 5: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

About me

- Philipp Müns from Paderborn

- Web Development since ~2000 (“Frontpage era”)

- Computer science in Mannheim (B.Sc.) and Paderborn (M.Sc.)

- Professional web development (Ruby on Rails, Meteor, Node.js)

- Discovered the Serverless Framework on HackerNews (called “JAWS” back then)

- More and more involvement into the Serverless community (PRs, blog posts, book, …)

- Joined Serverless, Inc. as a Full-Time Core Developer / Maintainer

@pmuens (GitHub)

@pmmuens (Twitter)

Page 6: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

What is serverless?

Page 7: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)Server

Request

Response

Page 8: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)Server

Request

Response

Page 9: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

ServerRequest

Response

Server

...

LB

Page 10: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

ServerRequest

Response

Server

...

LB

Page 11: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

ServerRequest

Response

Server

...

LB

$

$

$

Page 12: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

Request

Response

Black Box

Page 13: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

Request

Response

λ

Page 14: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

Request

Response

λ

λ

λ

λ

Page 15: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

Request

Response

λ

λ

λ

λ

λ

λ

λ

λ

λ

λ

λ

λ

Page 16: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Client (HTTP)

Request

Response

Page 17: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

16000 req. / day (200ms avg. resp. time)

2 Servers $2.97 / day

Serverless $0.05 / day

What is serverless?

Page 18: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Image (raw)

Image (thumbnail)

λ

Page 19: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Message via Push

E-Mail

λ

Page 20: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

“Scheduled” (CRON)

E-Mail

λ

Page 21: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

IoT device

DB

λ

Page 22: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

λ

“Reaction to Event”

“Incoming Event”

Page 23: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

What is the Serverless Framework?

Page 24: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

What is the Serverless Framework?

Page 25: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

What is the Serverless Framework?

Page 26: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Event driven

“Pay per execution”

Scales automatically

No maintenance cost

Low total cost of ownership

Was ist Serverless?

Focus on code

Serverless teams

Page 27: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Live coding

Page 28: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Getting started

Page 29: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

http://serverless.com

Page 30: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

http://serverless.com/framework/docs/providers/aws/guide/intro/

Page 31: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

https://github.com/serverless/serverless

Page 32: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Q & A

Page 33: serverless - files.meetup.comfiles.meetup.com/20365656/2016-11-14 - Serverless... · - Discovered the Serverless Framework on HackerNews (called “JAWS” back then) - More and more

Thank you very much!