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 using Google Cloud Functions and Nod...
Search
Tian Permana
August 22, 2017
Programming
0
110
Serverless using Google Cloud Functions and Node.js
at JakartaJS meetup Aug 22, 2017
https://www.meetup.com/JakartaJS/events/242055283/
Tian Permana
August 22, 2017
Tweet
Share
More Decks by Tian Permana
See All by Tian Permana
The Lazy Product
tianp
0
35
Microservices at 8villages
tianp
0
18
Begin async/await
tianp
0
70
Other Decks in Programming
See All in Programming
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
190
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.6k
Android端末で実現するオンデバイスLLM 2025
masayukisuda
1
170
為你自己學 Python - 冷知識篇
eddie
1
350
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.3k
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.9k
私の後悔をAWS DMSで解決した話
hiramax
4
210
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
560
Improving my own Ruby thereafter
sisshiki1969
1
160
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
570
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
510
Featured
See All Featured
Faster Mobile Websites
deanohume
309
31k
Thoughts on Productivity
jonyablonski
70
4.8k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Fireside Chat
paigeccino
39
3.6k
Side Projects
sachag
455
43k
Speed Design
sergeychernyshev
32
1.1k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Designing for humans not robots
tammielis
253
25k
How GitHub (no longer) Works
holman
315
140k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Six Lessons from altMBA
skipperchong
28
4k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Transcript
Tian Permana CTO of 8villages
[email protected]
Serverless BETA
Serverless? It’s there, you just don’t have to think about
it.
Focus on your application logic without dealing with infrastructure at
all (almost)
BETA
None
HTTP Functions Cloud Storage Trigger Background Functions Cloud Pub/Sub Trigger
&
None
None
None
package.json
Now, we deploy..
gcloud beta functions deploy sendEmail --trigger-http --stage-bucket yourBucketName
First 2 million invocations is free, free, free and $0.40
per million next invocations
Data Processing Webhooks Lightweight APIs Mobile Backend IoT Use Case
https://cloud.google.com/functions/docs/concepts/overview
Limitation & Quota • 1,000 number of functions that can
be deployed per project • 1,000 concurrent invocations per single function • 540 seconds maximum amount of time a function can run • 1,000,000 functions calls per 100 seconds
bit.ly/gcp-slack channel #jakarta jakartajs-join.herokuapp.com JakartaJS Slack Channel Official Google Cloud
Platform Slack Channel
Feel free to ask..