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
49
Globally distributed applications with Serverless Framework
mthenw
1
140
The State of Serverless
mthenw
0
690
The State of Serverless (PCUG)
mthenw
0
180
Microservices on AWS ECS
mthenw
8
800
Practical React in Marionette application
mthenw
2
610
Working with single-threaded event loop
mthenw
1
320
Bingo Bango Mongo
mthenw
6
390
Are you Redis? Introduction to Redis.
mthenw
2
720
Other Decks in Technology
See All in Technology
Agentic Workflowという選択肢を考える
tkikuchi1002
1
370
新卒3年目の後悔〜機械学習モデルジョブの運用を頑張った話〜
kameitomohiro
0
370
Oracle Cloud Infrastructure:2025年6月度サービス・アップデート
oracle4engineer
PRO
1
140
本当に使える?AutoUpgrade の新機能を実践検証してみた
oracle4engineer
PRO
1
120
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
270
Observability infrastructure behind the trillion-messages scale Kafka platform
lycorptech_jp
PRO
0
130
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
140
Definition of Done
kawaguti
PRO
6
460
菸酒生在 LINE Taiwan 的後端雙刀流
line_developers_tw
PRO
0
1.1k
AI技術トレンド勉強会 #1MCPの基礎と実務での応用
nisei_k
1
240
Workflows から Agents へ ~ 生成 AI アプリの成長過程とアプローチ~
belongadmin
3
170
標準技術と独自システムで作る「つらくない」SaaS アカウント管理 / Effortless SaaS Account Management with Standard Technologies & Custom Systems
yuyatakeyama
2
1k
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Site-Speed That Sticks
csswizardry
10
650
Java REST API Framework Comparison - PWX 2021
mraible
31
8.6k
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