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
Serverless_Java_Ivar_Grimstad.pdf
Search
ivargrimstad
May 06, 2019
Technology
33
0
Share
Serverless_Java_Ivar_Grimstad.pdf
ivargrimstad
May 06, 2019
More Decks by ivargrimstad
See All by ivargrimstad
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
18
Augmenting AI with the Power of Jakarta EE
ivargrimstad
0
400
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
320
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
640
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
1.9k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
1.4k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
1.4k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
1.5k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
780
Other Decks in Technology
See All in Technology
AWS WAFの運用を地道に改善し、自社で運用可能にするプラクティス
andpad
1
220
20260516_SecJAWS_Days
takuyay0ne
2
430
AI飲み会幹事エージェントを作っただけなのに
ykimi
0
210
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
4.4k
20260513_生成AIを専属DSに_AI分析結果の検品テクニック_ハンズオン_交通事故データ
doradora09
PRO
0
230
小さいVue.jsを30分で作る
hal_spidernight
0
160
RedmineをAIで効率的に使う検証
yoshiokacb
0
110
写真で見るAWS Summit Singapore 2026
k_adachi_01
0
110
Gaussian Splattingの実用化 - 映像制作への展開
gpuunite_official
0
190
20260515 OpenIDファウンデーション・ジャパンご紹介
oidfj
0
120
Claude Code / Codex / Kiro に AWS 権限を 渡すとき、何を設計すべきか
k_adachi_01
5
1.5k
AIのための特別なアーキテクチャはいらない 0→1開発で実践した設計原則とガードレール
kaminashi
0
130
Featured
See All Featured
Crafting Experiences
bethany
1
140
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
560
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
320
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
170
Skip the Path - Find Your Career Trail
mkilby
1
120
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.8k
The SEO identity crisis: Don't let AI make you average
varn
0
460
Code Review Best Practice
trishagee
74
20k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
540
A Tale of Four Properties
chriscoyier
163
24k
Transcript
@ivar_grimstad #serverless
@ivar_grimstad https://github.com/ivargrimstad https://www.linkedin.com/in/ivargrimstad
@ivar_grimstad #Serverless
@ivar_grimstad #microservices Serverless Implementations + Demos Summary
@ivar_grimstad #Serverless What is Serverless?
@ivar_grimstad #Serverless A Very Bad Name!
@ivar_grimstad #Serverless There are Still Servers!
@ivar_grimstad #Serverless …just…
@ivar_grimstad #Serverless Someone Else’s Server
@ivar_grimstad #Serverless What it Really is…
@ivar_grimstad #Serverless No Server Management
@ivar_grimstad #Serverless Scale Automatically
@ivar_grimstad #Serverless Pay only while your code runs
@ivar_grimstad #Serverless Runs code in response to Events
@ivar_grimstad #Serverless Open and Familiar
@ivar_grimstad #Serverless Serverless is also known as…
@ivar_grimstad #Serverless Functions as a Service Cloud Functions
@ivar_grimstad #Serverless Infrastructure Platform Containers Applications Functions
@ivar_grimstad #Serverless Applications Functions Someone Else’s Job
@ivar_grimstad #Serverless What about Architecture?
@ivar_grimstad #Serverless Choreography over Orchestration
@ivar_grimstad #Serverless What’s in it for the Developers
@ivar_grimstad #Serverless Easier Faster Cheaper Powerful
@ivar_grimstad #Serverless What’s in it for the Business
@ivar_grimstad #Serverless Agility Innovation Cost Reduction
@ivar_grimstad #Serverless Java Functions?
@ivar_grimstad #Serverless
@ivar_grimstad #Serverless https://quarkus.io/
@ivar_grimstad #Serverless What about Frameworks?
@ivar_grimstad #Serverless FaaS Implementations
@ivar_grimstad #Serverless Open FaaS https://www.openfaas.com/ Python, Node.js, Go, C#, …
@ivar_grimstad #Serverless Apache OpenWhisk https://openwhisk.apache.org Node.js, Swift, Java, Go, Python,
PHP, Ruby
@ivar_grimstad #Serverless Google Cloud Functions https://cloud.google.com/functions Node.js, Python
@ivar_grimstad #Serverless Knative https://cloud.google.com/knative/ Go, C#, Java, Kotlin, Rust, Python,
Dart, …
@ivar_grimstad #Serverless AWS Lambda https://aws.amazon.com/lambda Java, Node.js, C#, Python, …
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless IBM Cloud Functions https://www.ibm.com/cloud/functions Node.js, Swift, Java, Go,
Python, PHP, Ruby
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless Azure Functions https://docs.microsoft.com/en-us/azure/azure-functions/ C#, F#, JavaScript, Java, …
@ivar_grimstad #Serverless https://azure.microsoft.com/en-us/updates/azure-functions-java-support-ga/
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless Fn Project https://fnproject.io/ Node.js, Java, Go, Ruby, Python
@ivar_grimstad #Serverless Demo
@ivar_grimstad #Serverless Summary
@ivar_grimstad #Serverless f(x)
@ivar_grimstad #Serverless Samples https://github.com/ivargrimstad/function-duke FaaS Implementations (covered here) https://www.openfaas.com https://openwhisk.apache.org
https://cloud.google.com/functions https://aws.amazon.com/lambda https://www.ibm.com/cloud/functions https://docs.microsoft.com/en-us/azure/azure-functions https://fnproject.io
@ivar_grimstad #Serverless cybercom.com