SlideShare a Scribd company logo
@Chris_ _Bailey appsody.dev
FaaS meets Frameworks
Chris Bailey, Cloud Native Applications, IBM
@Chris_ _Bailey appsody.dev
What is FaaS?
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
IaaS
CaaS
PaaS
FaaS
n instances
1..n instances
1..n instances
0..demand
instances
Lambda
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
CaaS
PaaS
FaaS
1..n instances
1..n instances
0..demand
instances
Lambda
IaaS
n instances
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
CaaS
PaaS
FaaS
1..n instances
1..n instances
0..demand
instances
Lambda
IaaS
n instances
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
CaaS
PaaS
FaaS
1..n instances
1..n instances
0..demand
instances
Lambda
IaaS
n instances
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
IaaS
CaaS
PaaS
FaaS
n instances
1..n instances
1..n instances
0..demand
instances
Lambda
@Chris_ _Bailey appsody.dev
“Function as a service (FaaS)
is a category of cloud computing services that provides a platform allowing customers to ‹
develop, run, and manage application functionalities without the complexity of building and
maintaining the infrastructure typically associated with developing and launching an app. ‹
‹
Building an application following this model is one way of achieving a "serverless" architecture,
and is typically used when building microservices applications.”
— Wikipedia
@Chris_ _Bailey appsody.dev
“Function as a service (FaaS)
is a category of cloud computing services that provides a platform allowing customers to ‹
develop, run, and manage application functionalities without the complexity of building and
maintaining the infrastructure typically associated with developing and launching an app. ‹
‹
Building an application following this model is one way of achieving a "serverless" architecture,
and is typically used when building microservices applications.”
— Wikipedia
@Chris_ _Bailey appsody.dev
“Function as a service (FaaS)
is a category of cloud computing services that provides a platform allowing customers to ‹
develop, run, and manage application functionalities without the complexity of building and
maintaining the infrastructure typically associated with developing and launching an app. ‹
‹
Building an application following this model is one way of achieving a "serverless" architecture,
and is typically used when building microservices applications.”
— Wikipedia
@Chris_ _Bailey appsody.dev
“Function as a service (FaaS)
is a category of cloud computing services that provides a platform allowing customers to ‹
develop, run, and manage application functionalities without the complexity of building and
maintaining the infrastructure typically associated with developing and launching an app. ‹
‹
Building an application following this model is one way of achieving a "serverless" architecture,
and is typically used when building microservices applications.”
— Wikipedia
@Chris_ _Bailey appsody.dev
“Function as a service (FaaS)
is a category of cloud computing services that provides a platform allowing customers to ‹
develop, run, and manage application functionalities without the complexity of building and
maintaining the infrastructure typically associated with developing and launching an app. ‹
‹
Building an application following this model is one way of achieving a "serverless" architecture,
and is typically used when building microservices applications.”
— Wikipedia
@Chris_ _Bailey appsody.dev
“Function as a service (FaaS)
is a category of cloud computing services that provides a platform allowing customers to ‹
develop, run, and manage application functionalities without the complexity of building and
maintaining the infrastructure typically associated with developing and launching an app. ‹
‹
Building an application following this model is one way of achieving a "serverless" architecture,
and is typically used when building microservices applications.”
— Wikipedia
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
Servers
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
Servers Serverless
(Scaling)
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
Servers Serverless
(Scaling)
Functions‹
(Programming)
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
Servers Serverless
(Scaling)
Functions‹
(Programming)
FaaS
0..demand
instances
@Chris_ _Bailey appsody.dev
FaaS =
Serverless + Functions
@Chris_ _Bailey appsody.dev
How does FaaS work?
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer
Function Handler
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Docker
OW Runtime
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Docker
OW Runtime
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Docker
OW Runtime
Request
1
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Request
1
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Request
1
Docker
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Request
1
Docker
Node.js HTTP Server
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Function Handler
Request
1
Docker
Node.js HTTP Server
POST /init FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Request
1
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Request
2
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Request
2
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
2
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Request
4
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
2
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
Apache OpenWhisk
Developer run‹
test
debug
deployFunction Handler
Request
4
Function Handler
Docker
Node.js HTTP Server
POST /init
POST /run
4
FaaS Platform
‱ Scales on Demand
‱ Simplified Development
@Chris_ _Bailey appsody.dev
What is FaaS
used for?
@Chris_ _Bailey appsody.dev
Functions
Technical use cases for serverless:
@Chris_ _Bailey appsody.dev
Functions
‱ 73% for REST APIs
Technical use cases for serverless:
@Chris_ _Bailey appsody.dev
Functions
‱ 23% for Mobile Backends
‱ 73% for REST APIs
Technical use cases for serverless:
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
Functions
@Chris_ _Bailey appsody.dev
Apache OpenWhisk
AWS Lambda
Functions
@Chris_ _Bailey appsody.dev
Writing Functions with‹
Framework APIs
@Chris_ _Bailey appsody.dev
http://github.com/appsody
http://twitter.com/appsodydev
https://appsody.dev
Appsody Knative
https://github.com/knative
https://twitter.com/knativeproject
https://knative.dev
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
Servers
Serverless
(Scaling)
Functions‹
(Programming)
FaaS
0..demand
instances
@Chris_ _Bailey appsody.dev
Increasingfocusonbusinesslogic
Decreasing concern over stack implementation
Servers
Serverless
(Scaling)
Functions‹
(Programming)
FaaS
0..demand
instances
@Chris_ _Bailey appsody.dev
> appsody
: CLI
Continuous, Containerized:
dev | test | debug | build | deploy
100% Open Source, Built on Standard Technologies
Build Cloud-Native Apps using any language or framework
Appsody
@Chris_ _Bailey appsody.dev
: stacks
> appsody
: CLI
Continuous, Containerized:
dev | test | debug | build | deploy
Pre-built, Cloud Optimized
Shared through AppsodyHub
100% Open Source, Built on Standard Technologies
Build Cloud-Native Apps using any language or framework
Appsody
@Chris_ _Bailey appsody.dev
: deploy: stacks
> appsody
: CLI
Continuous, Containerized:
dev | test | debug | build | deploy
Pre-built, Cloud Optimized
Shared through AppsodyHub
Production deploy to Kubernetes
Server or Serverless Scaling
100% Open Source, Built on Standard Technologies
Build Cloud-Native Apps using any language or framework
Appsody
@Chris_ _Bailey appsody.dev
Demo
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
list
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
init
Node.js Function
@Chris_ _Bailey appsody.dev
Docker
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
Node.js Functionrun‹
test
debug
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
Node.js Functionrun‹
test
debug
Development‹
Runtime
Docker
@Chris_ _Bailey appsody.dev
Docker
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
Node.js Functionrun‹
test
debug
build
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
run‹
test
debug
Node.js Function
Docker
Production‹
Builder
build
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
run‹
test
debug
Node.js Function
Docker
Production‹
Builder
build
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
run‹
test
debug
Node.js Function
Docker
deploy
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
run‹
test
debug
Node.js Function
Docker
deploy
@Chris_ _Bailey appsody.dev
Developer
Cloud Configured Appsody Stacks
Appsody Hub
: Developer Experience
Appsody: Development Workflow
run‹
test
debug
Node.js Function
Docker
deploy
AppNav
@Chris_ _Bailey appsody.dev
Knative: Serverless Scaling
Developer
Node.js Function
Docker
run‹
test
debug
@Chris_ _Bailey appsody.dev
Knative: Serverless Scaling
Developer
deploy
Node.js Function
Docker
run‹
test
debug
Node.js Function
Docker
@Chris_ _Bailey appsody.dev
Knative: Serverless Scaling
Developer
deploy
Node.js Function
Docker
run‹
test
debug
Node.js Function
Docker
1
Request
1
@Chris_ _Bailey appsody.dev
Knative: Serverless Scaling
Developer
deploy
Node.js Function
Docker
run‹
test
debug
Node.js Function
Docker
1
Request
2
@Chris_ _Bailey appsody.dev
Knative: Serverless Scaling
Developer
deploy
Node.js Function
Docker
run‹
test
debug
Node.js Function
Docker
1
Request
4
@Chris_ _Bailey appsody.dev
Knative: Serverless Scaling
Developer
deploy
Node.js Function
Docker
run‹
test
debug
Node.js Function
Docker
1
Request
100
@Chris_ _Bailey appsody.dev
Node.js Function
Docker
Knative: Serverless Scaling
Developer
deploy
Node.js Function
Docker
run‹
test
debug
Node.js Function
Docker
2
Request
101
@Chris_ _Bailey appsody.dev
Demo
@Chris_ _Bailey appsody.dev
http://github.com/appsody
http://twitter.com/appsodydev
https://appsody.dev
Appsody Knative
https://github.com/knative
https://twitter.com/knativeproject
https://knative.dev
@Chris_ _Bailey appsody.dev

More Related Content

PPTX
12 Factor, or Cloud Native Apps – What EXACTLY Does that Mean for Spring Deve...
PDF
Creating Your Own Server Add-on that Customizes Confluence or JIRA
PDF
Bringing Server Add-ons to the Cloud and Back Again
PPTX
Alfresco Process Services REST API - Alfresco DevCon 2018
PDF
Server Add-ons for Front-end Developers
PDF
Is Serverless The New Swiss Cheese? - AWS Seattle User Group
PPTX
Deploying systems using AWS DevOps tools
PDF
Scaling Indexing and Replication in Jira Data Center Apps
12 Factor, or Cloud Native Apps – What EXACTLY Does that Mean for Spring Deve...
Creating Your Own Server Add-on that Customizes Confluence or JIRA
Bringing Server Add-ons to the Cloud and Back Again
Alfresco Process Services REST API - Alfresco DevCon 2018
Server Add-ons for Front-end Developers
Is Serverless The New Swiss Cheese? - AWS Seattle User Group
Deploying systems using AWS DevOps tools
Scaling Indexing and Replication in Jira Data Center Apps

What's hot (13)

PDF
Serverless Delivery
PDF
12 Ways to Supercharge Your Connect Add-on
PPTX
Microservices Architecture for Content Management Systems using AWS Lambda an...
PDF
DEVELOPING SHAREPOINT FRAMEWORK SOLUTIONS FOR THE ENTERPRISE
PDF
Cloud-native Data: Every Microservice Needs a Cache
PDF
Writing less code with Serverless on AWS at OOP 2022
PDF
Revolutionize DevOps with ML capabilities. Introduction to Amazon CodeGuru an...
PPTX
Anatomy of an APS 2 appication
PDF
Introducing to serverless computing and AWS lambda - Israel Clouds Meetup
PDF
Integration Testing on Steroids: Run Your Tests on the Real Things
PDF
Microservices deployment patterns
PDF
Revolutionize DevOps with ML capabilities. Introduction to Amazon CodeGuru an...
PDF
Best practices for getting started on AWS - Hebrew Webinar August 2017
Serverless Delivery
12 Ways to Supercharge Your Connect Add-on
Microservices Architecture for Content Management Systems using AWS Lambda an...
DEVELOPING SHAREPOINT FRAMEWORK SOLUTIONS FOR THE ENTERPRISE
Cloud-native Data: Every Microservice Needs a Cache
Writing less code with Serverless on AWS at OOP 2022
Revolutionize DevOps with ML capabilities. Introduction to Amazon CodeGuru an...
Anatomy of an APS 2 appication
Introducing to serverless computing and AWS lambda - Israel Clouds Meetup
Integration Testing on Steroids: Run Your Tests on the Real Things
Microservices deployment patterns
Revolutionize DevOps with ML capabilities. Introduction to Amazon CodeGuru an...
Best practices for getting started on AWS - Hebrew Webinar August 2017
Ad

Similar to NodeJS Interactive 2019: FaaS meets Frameworks (20)

PDF
Voxxed Micro-services: Serverless JakartaEE - JAX-RS comes to FaaS
PDF
FaaS Meets Java EE: Developing Cloud Native Applications at Speed
PDF
FaaS you like it (if Shakespeare had written Functions-as-a-Service)
PPTX
What is FAAS Function as a service Explained
PPTX
Serverless Architectures
PDF
Where can you use serverless?  How does it relate to APIs, integration and mi...
PPTX
An introduction to Serverless
PDF
SpringOne Tour St. Louis - Serverless Spring
PDF
Serverless Architectures - Where have all the servers gone?
PPTX
Introduction to serverless
PDF
Stateful on Stateless - The Future of Applications in the Cloud
PPTX
What is Serverless Computing?
PDF
Liquid Day - Serverless
PPTX
Serverless solutions for backend development
PDF
[Capitole du Libre] #serverless - ï›ł mettez-le en oeuvre dans votre entreprise...
PPTX
Introduction to Serverless. Oracle Fn Project.
PPTX
Introduction To Serverless Architecture
PPTX
XaaS Overview
PDF
Cloudstate - Towards Stateful Serverless
PDF
Serverless architecture
Voxxed Micro-services: Serverless JakartaEE - JAX-RS comes to FaaS
FaaS Meets Java EE: Developing Cloud Native Applications at Speed
FaaS you like it (if Shakespeare had written Functions-as-a-Service)
What is FAAS Function as a service Explained
Serverless Architectures
Where can you use serverless?  How does it relate to APIs, integration and mi...
An introduction to Serverless
SpringOne Tour St. Louis - Serverless Spring
Serverless Architectures - Where have all the servers gone?
Introduction to serverless
Stateful on Stateless - The Future of Applications in the Cloud
What is Serverless Computing?
Liquid Day - Serverless
Serverless solutions for backend development
[Capitole du Libre] #serverless - ï›ł mettez-le en oeuvre dans votre entreprise...
Introduction to Serverless. Oracle Fn Project.
Introduction To Serverless Architecture
XaaS Overview
Cloudstate - Towards Stateful Serverless
Serverless architecture
Ad

More from Chris Bailey (20)

PDF
Silicon Valley Code Camp 2019 - Reaching the Cloud Native World
PDF
AltConf 2019: Server-Side Swift State of the Union
PDF
Server-side Swift with Swagger
PDF
Node Summit 2018: Cloud Native Node.js
PDF
Index - BFFs vs GraphQL
PDF
Swift Cloud Workshop - Swift Microservices
PDF
Swift Cloud Workshop - Codable, the key to Fullstack Swift
PDF
Try!Swift India 2017: All you need is Swift
PDF
Swift Summit 2017: Server Swift State of the Union
PDF
IBM Cloud University: Build, Deploy and Scale Node.js Microservices
PDF
IBM Cloud University: Java, Node.js and Swift
PDF
Node Interactive: Node.js Performance and Highly Scalable Micro-Services
PDF
FrenchKit 2017: Server(less) Swift
PDF
AltConf 2017: Full Stack Swift in 30 Minutes
PDF
InterConnect: Server Side Swift for Java Developers
PDF
InterConnect: Java, Node.js and Swift - Which, Why and When
PDF
Playgrounds: Mobile + Swift = BFF
PDF
Swift Summit: Pushing the boundaries of Swift to the Server
PDF
O'Reilly Software Architecture Conf: Cloud Economics
PDF
FrenchKit: End to End Application Development with Swift
Silicon Valley Code Camp 2019 - Reaching the Cloud Native World
AltConf 2019: Server-Side Swift State of the Union
Server-side Swift with Swagger
Node Summit 2018: Cloud Native Node.js
Index - BFFs vs GraphQL
Swift Cloud Workshop - Swift Microservices
Swift Cloud Workshop - Codable, the key to Fullstack Swift
Try!Swift India 2017: All you need is Swift
Swift Summit 2017: Server Swift State of the Union
IBM Cloud University: Build, Deploy and Scale Node.js Microservices
IBM Cloud University: Java, Node.js and Swift
Node Interactive: Node.js Performance and Highly Scalable Micro-Services
FrenchKit 2017: Server(less) Swift
AltConf 2017: Full Stack Swift in 30 Minutes
InterConnect: Server Side Swift for Java Developers
InterConnect: Java, Node.js and Swift - Which, Why and When
Playgrounds: Mobile + Swift = BFF
Swift Summit: Pushing the boundaries of Swift to the Server
O'Reilly Software Architecture Conf: Cloud Economics
FrenchKit: End to End Application Development with Swift

Recently uploaded (20)

PPTX
Online Work Permit System for Fast Permit Processing
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Transform Your Business with a Software ERP System
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
Odoo POS Development Services by CandidRoot Solutions
PPTX
L1 - Introduction to python Backend.pptx
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
medical staffing services at VALiNTRY
PPTX
Operating system designcfffgfgggggggvggggggggg
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PPTX
ai tools demonstartion for schools and inter college
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Nekopoi APK 2025 free lastest update
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
Online Work Permit System for Fast Permit Processing
Understanding Forklifts - TECH EHS Solution
Design an Analysis of Algorithms I-SECS-1021-03
Transform Your Business with a Software ERP System
Wondershare Filmora 15 Crack With Activation Key [2025
ManageIQ - Sprint 268 Review - Slide Deck
Odoo POS Development Services by CandidRoot Solutions
L1 - Introduction to python Backend.pptx
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Internet Downloader Manager (IDM) Crack 6.42 Build 41
medical staffing services at VALiNTRY
Operating system designcfffgfgggggggvggggggggg
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
ai tools demonstartion for schools and inter college
How to Migrate SBCGlobal Email to Yahoo Easily
2025 Textile ERP Trends: SAP, Odoo & Oracle
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Nekopoi APK 2025 free lastest update
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Upgrade and Innovation Strategies for SAP ERP Customers

NodeJS Interactive 2019: FaaS meets Frameworks