Closed3
AWS Lambda + Terraform + YoutubeAPI でチャンネル登録者を取得する
この本は一通り読んだのでなにか作ってみる。
まずは環境構築
# aws cliのインストール
$ brew install awscli
$ aws --version
aws-cli/2.15.14 Python/3.11.7 Darwin/22.5.0 source/arm64 prompt/off
# IAMのcredentialを入力して動くかチェック
# configure credentials
$ aws configure
~~
$aws sts get-caller-identity --query Account --output text
xxxx
# terraformのインストール
$ brew install tfenv
$ tfenv install 1.7.1
再始動させる!
4月までにはzennの記事作るまでやる!
やる予定のこと
- TerraformでLambda管理
- CLIでのSecret作成
- 定期実行(10分毎とか?)
記事書いたのでClose
このスクラップは2024/03/27にクローズされました