- Name :
- 相羽 大輔
- HN :
- aibax
- Twitter :
- Facebook :
- GitHub :
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Requirements | |
# - AWS CLI | |
# - git | |
# - jq | |
REGION_FROM="us-east-1" # 移行元リージョン名 | |
REGION_TO="ap-northeast-1" # 移行先リージョン名 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* [SETUP] | |
* 1. Slack のAPIトークンを発行する | |
* 2. Google Form でフォームを作成する | |
* - 必要な項目はメールアドレスのみ | |
* - Google Form で指定したメールアドレスの項目名を FORM_ITEM_TITLE に設定する | |
* 3. スクリプトエディタでこのスクリプトを登録 | |
* - SLACK_API_TOKEN にAPIトークンを指定 | |
* - SLACK_API_ENDPOINT にチーム名を指定 | |
* 4. フォームの送信時のトリガーに onFormSubmit を指定(要認証) |