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
Apex: The Holy Grail of AWS Lambda
Search
mthenw
May 18, 2016
Technology
0
170
Apex: The Holy Grail of AWS Lambda
mthenw
May 18, 2016
Tweet
Share
More Decks by mthenw
See All by mthenw
How to make better technical decisions
mthenw
0
47
Globally distributed applications with Serverless Framework
mthenw
1
130
The State of Serverless
mthenw
0
690
The State of Serverless (PCUG)
mthenw
0
180
Microservices on AWS ECS
mthenw
8
790
Practical React in Marionette application
mthenw
2
600
Working with single-threaded event loop
mthenw
1
310
Bingo Bango Mongo
mthenw
6
390
Are you Redis? Introduction to Redis.
mthenw
2
720
Other Decks in Technology
See All in Technology
Babylon.jsでゲームを作ってみよう
limes2018
0
100
CSS polyfill とその未来
ken7253
0
140
Devin&Cursor、それぞれの「本質」から導く最適ユースケース戦略
empitsu
8
2.5k
JNation 2025 - Quarkus for Spring Developers
edeandrea
PRO
0
110
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
8
65k
ゴリラ.vim #36 ~ Vim x SNS ~ スポンサーセッション
yasunori0418
1
360
金融システムをモダナイズするためのAmazon Elastic Kubernetes Service(EKS)ノウハウ大全
daitak
0
130
大事なのは、AIの精度だけじゃない!〜1円のズレも許されない経理領域とAI〜
jun_nemoto
11
5.2k
MCP で繋ぐ Figma とデザインシステム〜LLM を使った UI 実装のリアル〜
kimuson
2
1.3k
kintone開発組織のDevOpsへの移り変わりと実践
ueokande
1
130
mnt_data_とは?ChatGPTコード実行環境を深堀りしてみた
icck
0
210
積み上げられた技術資産と向き合いながら、プロダクトの信頼性をどう守るか
plaidtech
PRO
0
940
Featured
See All Featured
Balancing Empowerment & Direction
lara
1
89
Facilitating Awesome Meetings
lara
54
6.4k
The Invisible Side of Design
smashingmag
299
50k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
15
890
Typedesign – Prime Four
hannesfritz
41
2.6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
750
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
Rails Girls Zürich Keynote
gr2m
94
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
180
53k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Navigating Team Friction
lara
186
15k
Transcript
None
The Holy Grail of AWS Lambda
Maciej Winnicki @mthenw
AWS Lambda is a compute service where you can upload
your code to AWS Lambda and the service can run the code on your behalf using AWS infrastructure. “
None
None
None
#serverless
bare metal server virtual machine container function
Why is it a big deal?
At the end of the day, no one really cares
about machines, containers, we just care about logic and results. https://medium.com/@tjholowaychuk/introducing-apex-800824ffaa70#.zraegbagt “
It’s all about developer productivity
hosts load balancers scaling failure detection OS security maintenance
… and costs.
https://www.trek10.com/blog/serverless-framework-for-processes-projects-and-scale/
10 milion requests
AWS Lambda demo
None
…that’s why we’ve created Apex
Apex lets you build, deploy, and manage AWS Lambda functions
with ease. “
None
founded by TJ Holowaychuk
Basic commands
Demo
Folder structure
Metrics
Dry run
Supported languages
Node.js Python Java Golang - only in Apex
Terraform integration
Easy!
Q&A
None