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
A story about replacing my blog with serverless...
Search
naoki85
November 28, 2019
Technology
1
240
A story about replacing my blog with serverless architecture
naoki85
November 28, 2019
Tweet
Share
More Decks by naoki85
See All by naoki85
リモートワークで心掛けていること 〜AI活用編〜
naoki85
0
260
Web アプリケーションエンジニアが G 検定を受験したお話
naoki85
0
130
PHP-FPM をもっと理解しよう
naoki85
2
5.9k
自作ブログの話
naoki85
0
170
Vue.js の大いなる力
naoki85
0
98
ブログが月間1万PVを超えたので1年間振り返る
naoki85
0
580
Other Decks in Technology
See All in Technology
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
9
74k
AWSで始める実践Dagster入門
kitagawaz
1
630
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
440
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
690
DroidKaigi 2025 Androidエンジニアとしてのキャリア
mhidaka
2
350
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.3k
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
250
slog.Handlerのよくある実装ミス
sakiengineer
4
250
S3アクセス制御の設計ポイント
tommy0124
3
200
研究開発と製品開発、両利きのロボティクス
youtalk
1
530
roppongirb_20250911
igaiga
1
240
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
180
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
BBQ
matthewcrist
89
9.8k
A Tale of Four Properties
chriscoyier
160
23k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
It's Worth the Effort
3n
187
28k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
What's in a price? How to price your products and services
michaelherold
246
12k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
For a Future-Friendly Web
brad_frost
180
9.9k
Transcript
A story about replacing my blog with serverless architecture November
28, 2019 naoki85
naoki85 naoki85_201612 ɾServerside Engineer
Reason for participation At a conference … Your presentation was
great! ? I can’t communicate well …
About my blog https://blog.naoki85.me June, 2018 ~
Before
Problem × 1 Difficult for maintain …
After
After S3 Cloud Formation
Cut cost!!
Difficult for me …
Auto increment
id title content published 1 Title A Content A 2019-09-01
2 Title B Content B 2019-10-01 3 Title C Content C 2019-11-01 Posts TableName Number Posts 3 Counter My Schema
id title content published 1 Title A Content A 2019-09-01
2 Title B Content B 2019-10-01 3 Title C Content C 2019-11-01 Posts TableName Number Posts 3 Counter My Schema
key title content published blog_title_a Title A Content A 2019-09-01
blog_title_b Title B Content B 2019-10-01 blog_title_c Title C Content C 2019-11-01 Prefer Posts
Summary •I used some technologies for creating my own blog.
•I learned especially that I could try multiple AWS services. •I think It’s best to enjoy studying. Thank you!