Closed3

AWS Lambda + Terraform + YoutubeAPI でチャンネル登録者を取得する

かずおかずお

https://amzn.asia/d/hM2aUmF
この本は一通り読んだのでなにか作ってみる。

まずは環境構築

# 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
このスクラップは1ヶ月前にクローズされました