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
GCP・Terraform・CircleCIでゼロからテックブログ更新通知botを作ったので解...
Search
hiroga
June 11, 2019
Programming
0
240
GCP・Terraform・CircleCIでゼロからテックブログ更新通知botを作ったので解説(GitHubリポジトリあり)
GCP・Terraform・CircleCIでゼロからテックブログ更新通知botを作ったので解説(GitHubリポジトリあり)
hiroga
June 11, 2019
Tweet
Share
More Decks by hiroga
See All by hiroga
Gaussian Splatting Hands-on
hiroga
0
44
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
630
LlamaGen: LlamaのNext-Token予測を使った画像生成 / Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation
hiroga
0
500
人事評価GPTsで評価の本質に向き合おう! / HR GPTs: Essential evaluations focus!
hiroga
1
430
生成AI元年を個人的に振り返る / Reflecting on First Year of the Generative-AI
hiroga
0
390
AWS Startup Day 2023 今日ここで! コスト削減ハンズオン / Cost-Saving Hands-On today!
hiroga
0
150
ChatGPT社内活用資料 / Internal use of ChatGPT
hiroga
0
140
マルチテナントSaaSのカスタム要件に、 Auth0テナントを分割せず向き合う! / Multi tenant SaaS with Auth0
hiroga
1
3.2k
雑な攻撃からELBを守る一工夫 +おまけ / Know-how to protect servers from miscellaneous attacks
hiroga
0
2.7k
Other Decks in Programming
See All in Programming
Android16 Migration Stories ~Building a Pattern for Android OS upgrades~
reoandroider
0
130
バッチ処理を「状態の記録」から「事実の記録」へ
panda728
PRO
0
170
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
3.1k
AI Coding Meetup #3 - 導入セッション / ai-coding-meetup-3
izumin5210
0
3.4k
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
590
Catch Up: Go Style Guide Update
andpad
0
230
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
520
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
180
Software Architecture
hschwentner
6
2.3k
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
240
Le côté obscur des IA génératives
pascallemerrer
0
150
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
220
Featured
See All Featured
Code Review Best Practice
trishagee
72
19k
What's in a price? How to price your products and services
michaelherold
246
12k
Automating Front-end Workflow
addyosmani
1371
200k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.5k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
BBQ
matthewcrist
89
9.8k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Transcript
アーキテクチャ Cloud Pub/Sub Cloud Functions Scheduled Tasks Cloud Storage 1
2 3 4 1. 3時間ごとにPub/Subにdataを投入する 2. Cloud Storageから、RSSとDiscordのWebhookの設定を取得する 3. RSSから記事を取得し、直近 3時間で更新されたものをストック 4. 3. でストックした記事を DiscordにWebhookでPOST
デプロイフロー Cloud Storage Cloud Functions ソースコードを参照