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
34
Microservices at 8villages
tianp
0
18
Begin async/await
tianp
0
70
Other Decks in Programming
See All in Programming
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
230
Porting a visionOS App to Android XR
akkeylab
0
610
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
600
10 Costly Database Performance Mistakes (And How To Fix Them)
andyatkinson
0
450
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
280
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
110
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
190
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
11
6.2k
おやつのお供はお決まりですか?@WWDC25 Recap -Japan-\(region).swift
shingangan
0
140
すべてのコンテキストを、 ユーザー価値に変える
applism118
3
1.4k
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
210
PHP 8.4の新機能「プロパティフック」から学ぶオブジェクト指向設計とリスコフの置換原則
kentaroutakeda
2
970
Featured
See All Featured
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
830
What's in a price? How to price your products and services
michaelherold
246
12k
4 Signs Your Business is Dying
shpigford
184
22k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.4k
The Cult of Friendly URLs
andyhume
79
6.5k
Bash Introduction
62gerente
613
210k
Speed Design
sergeychernyshev
32
1k
Being A Developer After 40
akosma
90
590k
Fireside Chat
paigeccino
37
3.5k
Why Our Code Smells
bkeepers
PRO
336
57k
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..