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
43
Globally distributed applications with Serverless Framework
mthenw
1
130
The State of Serverless
mthenw
0
680
The State of Serverless (PCUG)
mthenw
0
170
Microservices on AWS ECS
mthenw
8
790
Practical React in Marionette application
mthenw
2
600
Working with single-threaded event loop
mthenw
1
300
Bingo Bango Mongo
mthenw
6
390
Are you Redis? Introduction to Redis.
mthenw
2
710
Other Decks in Technology
See All in Technology
AIエージェントキャッチアップと論文リサーチ
os1ma
6
1.4k
OPENLOGI Company Profile
hr01
0
62k
大AI時代で輝くために今こそドメインにディープダイブしよう / Deep Dive into Domain in AI-Agent-Era
yuitosato
1
100
モンテカルロ木探索のパフォーマンスを予測する Kaggleコンペ解説 〜生成AIによる未知のゲーム生成〜
rist
4
1.3k
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming
tomzoh
0
140
30 代子育て SRE が考える SRE ナレッジマネジメントの現在と将来
kworkdev
PRO
0
190
20250328_RubyKaigiで出会い鯛_____RubyKaigiから始まったはじめてのOSSコントリビュート.pdf
mterada1228
0
480
IVRyにおけるNLP活用と NLP2025の関連論文紹介
keisukeosone
0
170
FinOps_Demo
tkhresk
0
120
Lightdashの利活用状況 ー導入から2年経った現在地_20250409
hirokiigeta
2
260
チームビルディング「脅威モデリング」ワークショップ
koheiyoshikawa
0
190
食べログが挑む!飲食店ネット予約システムで自動テスト無双して手動テストゼロを実現する戦略
hagevvashi
1
130
Featured
See All Featured
Scaling GitHub
holman
459
140k
A Tale of Four Properties
chriscoyier
158
23k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
31
4.8k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Statistics for Hackers
jakevdp
798
220k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Building Adaptive Systems
keathley
41
2.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
29
2k
Making Projects Easy
brettharned
116
6.1k
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