Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
The State of Serverless (PCUG)
Search
mthenw
June 08, 2017
Technology
0
230
The State of Serverless (PCUG)
Public Cloud User Group #009 - Warszawa
mthenw
June 08, 2017
Tweet
Share
More Decks by mthenw
See All by mthenw
How to make better technical decisions
mthenw
0
78
Globally distributed applications with Serverless Framework
mthenw
1
160
The State of Serverless
mthenw
0
720
Apex: The Holy Grail of AWS Lambda
mthenw
0
210
Microservices on AWS ECS
mthenw
8
830
Practical React in Marionette application
mthenw
2
620
Working with single-threaded event loop
mthenw
1
350
Bingo Bango Mongo
mthenw
6
430
Are you Redis? Introduction to Redis.
mthenw
2
740
Other Decks in Technology
See All in Technology
AIで「ふとした疑問」を即座に検証する 〜定量で圧倒するN1理解〜
kakehashi
PRO
3
740
三菱UFJ銀行におけるエンタープライズAI駆動開発のリアル / Enterprise AI_Driven Development at MUFG Bank: The Real Story
muit
10
18k
Scrum Fest Morioka 2026
kawaguti
PRO
2
650
Java ランタイムからカスタムランタイムに行き着くまで
ririru0325
0
120
マイグレーションガイドに書いてないRiverpod 3移行話
taiju59
0
140
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
790
Snowflake Night #2 LT
taromatsui_cccmkhd
0
140
今、求められるデータエンジニア
waiwai2111
2
1.4k
Kubernetes環境周りの責任範囲をいい機会なので考える / Taking the Opportunity to Clarify Kubernetes Responsibilities
kohbis
1
110
AWSが推進するAI駆動開発ライフサイクル入門 〜 AI駆動開発時代に必要な人材とは 〜/ introduction_to_aidlc_and_skills
fatsushi
7
4.8k
Getting started with Google Antigravity
meteatamel
0
360
欲しいを叶える個人開発の進め方 / How to Run an Indie Project That Brings Your Ideas to Life
endohizumi
0
350
Featured
See All Featured
A Tale of Four Properties
chriscoyier
162
24k
Why Our Code Smells
bkeepers
PRO
340
58k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
280
Design in an AI World
tapps
0
160
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
460
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
130
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.3k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
270
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Transcript
the state of serverless
Maciej Winnicki Principal Software Engineer Serverless, Inc.
@mthenw
1973
None
None
None
None
https://blog.prismalytics.io/serverless-frenzy-a29fefc1514f |
“ The next day saw an unforgettable orgy of one-liners
as everybody joined in the excitement of plumbing http://www.cs.dartmouth.edu/~doug/reader.pdf
tail -f syslog | grep error | tee errors
None
unix philosophy
“ Doug McIlroy, E. N. Pinson, B. A. Tague (8
July 1978). "Unix Time-Sharing System: Foreword". pp. 1902–1903. Design and build software, even operating systems, to be tried early, ideally within weeks. Don't hesitate to throw away the clumsy parts and rebuild them.
MAKE PROGRAMMERS MORE PRODUCTIVE
https://medium.com/apex-serverless/introducing-apex-800824ffaa70
what is serverless
(re)evolution of the cloud
focus on business logic less concerns about stack implementation https://medium.com/openwhisk/five-minute-intro-to-open-source-serverless-development-with-openwhisk-328b0ebfa160
bare metal IaaS PaaS functions hardware abstraction OS abstraction runtime abstraction
Function-as-a-Service
Function-as-a-Service Backend-as-a-Service +
no server/container/process management http://blog.rowanudell.com/the-serverless-compute-manifesto/ costs scale with usage / never
pay for idle auto-scale / auto-provision
global availability
Function-as-a-Service is event-driven
use cases
back-end services / web apps https://www.youtube.com/watch?v=b1t78P_1FT4 data processing infrastructure automation
and more…
challenges
functions are like microservices but smaller
monitoring & logging debugging & diagnostics local development
vendor lock-in
latency
providers
None
None
None
• Node.js • Java • Python • C# Runtimes
• Amazon S3 • Amazon DynamoDB • Amazon Kinesis Streams
• Amazon Simple Notification Service • Amazon Simple Email Service • Amazon Cognito • AWS CloudFormation • Amazon CloudWatch Logs • Amazon CloudWatch Events • AWS CodeCommit • Scheduled Events (powered by Amazon CloudWatch Events) • AWS Config • Amazon Echo • Amazon Lex Amazon • API Gateway Events http://docs.aws.amazon.com/lambda/latest/dg/invoking-lambda-function.html#supported-event-source-cloudformation
Monitoring & Logging • Logs and metrics pushed to CloudWatch
• Available metrics: • Invocations • Errors • Duration • Throttles
Debugging & Diagnostics • X-Ray - distributed tracing system •
Support for: • Java • Node.js
X-Ray Demo
Local Development • no official tools
Local Development
Local Development • API Gateway • Kinesis • DynamoDB •
DynamoDB Streams • Elasticsearch • S3 • Firehose • Lambda • SNS • SQS • Redshift • ES (Elasticsearch Service) • SES • Route53 • CloudFormation • CloudWatch
Ecosystem • Step Functions • workflows • coordinate functions
None
Summary: AWS is a leader in serverless.
None
Google Cloud Functions
in beta
Runtimes • Node.js
Events • HTTP request • Cloud Pub/Sub • Cloud Storage
Monitoring & Logging • Logs and metrics pushed to Stackdriver
Logging • Errors captured by Stackdriver Error Reporting • Available metrics: • execution time • execution count • memory usage
• Debugging via Stackdriver Debugger Debugging & Diagnostics
Stackdriver Debugger Demo
• Cloud Functions Local Emulator Local Development
• Cloud Functions For Firebase • Events: • Realtime Database
Triggers • Firebase Authentication Triggers • Google Analytics for Firebase Triggers Ecosystem
Summary: GCP offers very basic serverless features.
None
Runtimes • Node.js • C# • F# • Python •
PHP
Events • HTTP request • Schedule • Azure Storage blob
storage and queues • Azure Event Hubs events • Azure Service Bus queues and topics
Monitoring & Logging • Logs and metrics pushed to Application
Insights • Metrics available per server: • response time • requests • failed requests
Debugging & Diagnostics • Debugging via local development
Local Development • Azure Functions Core Tools
Ecosystem • Logic Apps • business processes • workflows •
integration with SaaS products
Summary: Decent serverless offering. Logic Apps look promising.
None
Runtimes • Node.js • Swift • Python • Java •
anything via Docker
Events • HTTP request • Schedule (Alarms) • GitHub events
• IBM Cloudant DB changes • IBM Message Hub events • IBM Push Notifications events • custom events via triggers
Monitoring & Logging • Logs available via dashboard and CLI
• Metrics: • number of invocations • number of failed invocations • completion time
Debugging & Diagnostics • no official tools
Local Development • no official tools
Ecosystem
Summary: Open-source FaaS project built with extensibility in mind.
other projects
Kubeless
Fission
Funktion
FaaS
the company
None
A CLI tool that manages the lifecycle of you serverless
application.
Features • application lifecycle management • manage code & infrastructure
• scaffolding & automation • multi-provider (AWS, GCloud, Azure, IBM OpenWhisk) • local development • extensibility • community
None
None
We are hiring! serverless.com/company/jobs
Thanks!