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
220
GCP・Terraform・CircleCIでゼロからテックブログ更新通知botを作ったので解説(GitHubリポジトリあり)
GCP・Terraform・CircleCIでゼロからテックブログ更新通知botを作ったので解説(GitHubリポジトリあり)
hiroga
June 11, 2019
Tweet
Share
More Decks by hiroga
See All by hiroga
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
410
LlamaGen: LlamaのNext-Token予測を使った画像生成 / Autoregressive Model Beats Diffusion: Llama for Scalable Image Generation
hiroga
0
350
人事評価GPTsで評価の本質に向き合おう! / HR GPTs: Essential evaluations focus!
hiroga
1
400
生成AI元年を個人的に振り返る / Reflecting on First Year of the Generative-AI
hiroga
0
340
AWS Startup Day 2023 今日ここで! コスト削減ハンズオン / Cost-Saving Hands-On today!
hiroga
0
23
ChatGPT社内活用資料 / Internal use of ChatGPT
hiroga
0
100
マルチテナントSaaSのカスタム要件に、 Auth0テナントを分割せず向き合う! / Multi tenant SaaS with Auth0
hiroga
1
2.8k
雑な攻撃からELBを守る一工夫 +おまけ / Know-how to protect servers from miscellaneous attacks
hiroga
0
2.5k
NestJSで作るマルチテナントSaaS / Multi-tenant NestJS-based SaaS
hiroga
0
1k
Other Decks in Programming
See All in Programming
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
14
4.6k
苦しいTiDBへの移行を乗り越えて快適な運用を目指す
leveragestech
0
1k
Ruby on cygwin 2025-02
fd0
0
180
Rubyで始める関数型ドメインモデリング
shogo_tksk
0
140
技術を改善し続ける
gumioji
0
120
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
300
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
150
『GO』アプリ データ基盤のログ収集システムコスト削減
mot_techtalk
0
150
How mixi2 Uses TiDB for SNS Scalability and Performance
kanmo
40
16k
楽しく向き合う例外対応
okutsu
0
590
dbt Pythonモデルで実現するSnowflake活用術
trsnium
0
260
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1.2k
Featured
See All Featured
A better future with KSS
kneath
238
17k
Bash Introduction
62gerente
611
210k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
Building Your Own Lightsaber
phodgson
104
6.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
GraphQLとの向き合い方2022年版
quramy
44
14k
Agile that works and the tools we love
rasmusluckow
328
21k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
Adopting Sorbet at Scale
ufuk
74
9.2k
The World Runs on Bad Software
bkeepers
PRO
67
11k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
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 ソースコードを参照