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
2021.06-Deploy-de-Go!!
Search
w2or3w
June 25, 2021
0
30
2021.06-Deploy-de-Go!!
https://github.com/ww2or3ww/learn-run-go
w2or3w
June 25, 2021
Tweet
Share
More Decks by w2or3w
See All by w2or3w
2021.09-DeployDeGo!!
w2or3w
0
21
2021.08-CICD-01
w2or3w
0
55
2021.04-YOTEIASOBI vol.1 (Amplify, Cognito, Google Calendar)
w2or3w
0
280
2020.12-浜松IT合同勉強会2020
w2or3w
0
270
2020.10-にゃーにゃーマップvol.4(Uber H3 Index)
w2or3w
0
390
2020.09-JAWS UG SONIC(コロナ対策サイト+にゃーにゃーマップvol.3)
w2or3w
0
300
2020.07-にゃーにゃーマップvol.2(CloudSearch)
w2or3w
0
310
2020.06-にゃーにゃーマップvol.1
w2or3w
0
300
2020.03-サーバーレスWebアプリ制作で学ぶAppSync
w2or3w
0
310
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Rails Girls Zürich Keynote
gr2m
95
14k
KATA
mclloyd
32
14k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
GitHub's CSS Performance
jonrohan
1032
460k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
We Have a Design System, Now What?
morganepeng
53
7.8k
Transcript
デプロイで Go!! @w2or3w 2021.06.25 JAWS-UG浜松 AWS勉強会 2021#6
デプロイでGo!! Go言語の簡単なプログラムを ビルドしたり、実行したり、デプロイしたりします。 1. Hello World 2. Lambda 3. Webアプリ
今日やること
自己紹介 @w2or3w
ナカムラ ツカサ (38) リーマンアプリケーションエンジニア サーバーレスWebアプリ制作にお熱です! JAWS-UG歴 : 約2年 好きなAWSサービス :
AWS Amplify, AWS Lambda @w2or3w 2(ツー) or(~か) 3(サン) 自己紹介
自己紹介
悪くない 。いい感じ👌 1. 言語仕様がシンプル 2. 実行速度が早い Goを使ってみた所感
※ Pythonスクリプトの書き方にも改善すべき点が多くあるだろうことは自覚しています。 2020.09.12 JAWS-UG SONIC スライドより 運用開始から1年が過ぎ、、 CSVのデータ量も増えてゆき、、 Lambda(Python)の処理完了までに15秒 API
Gatewayのタイムアウト上限は20秒 あと半年もしたら、 20秒に収まらなくなる予感。。。 ↓ よっしゃ、(お勉強を兼ねて ) Goにマイグレーションしたろ! ↓ 15秒 → 500㍉秒 早い!
みんなたちも使ってみよう! 作ったものをデプロイしよう!!
ハンズオンのようなものを 作ったのでご紹介。 $ git clone https://github.com/ww2or3ww/learn-run-go.git ローカル環境を汚したくない場合は、 Cloud9をご利用ください。
Enjoy Go🏎 & Deploy🚀 Thank You !! @w2or3w