- モジュールのダウンロード
npm install
- ZIPで固める
- node_modules
- index.js
の二つをZIPで固める
- AWS Lambda にアップする
https://us-west-2.console.aws.amazon.com/lambda/
- 環境変数を設定する
- bucketName:your_bucket
- itemKey:setting_file_name.json
- 適当なトリガーを設定する
以上
npm install
の二つをZIPで固める
https://us-west-2.console.aws.amazon.com/lambda/
以上