Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 430 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 430 Bytes

Amazon Lambda で Web監視するスクリプト

使い方

  1. モジュールのダウンロード
npm install
  1. ZIPで固める
  • node_modules
  • index.js

の二つをZIPで固める

  1. AWS Lambda にアップする

https://us-west-2.console.aws.amazon.com/lambda/

  1. 環境変数を設定する
  • bucketName:your_bucket
  • itemKey:setting_file_name.json
  1. 適当なトリガーを設定する

以上