diff --git a/README.md b/README.md index 77c1354..9be69b7 100644 --- a/README.md +++ b/README.md @@ -82,14 +82,17 @@ $ go build ```sh $ GOARCH=amd64 GOOS=linux go build -v -o build/go-reacjilator + $ aws cloudformation package \ --template-file template.yml \ --s3-bucket \ --s3-prefix go-reacjilator \ --output-template-file .template.yml + $ export SLACK_TOKEN= $ export SLACK_VERIFICATION_TOKEN= $ export SLACK_CHANNEL_ID= + $ aws cloudformation deploy \ --template-file .template.yml \ --stack-name go-reacjilator \ @@ -117,5 +120,8 @@ $ aws cloudformation deploy \ ## Author [uchimanajet7](https://github.com/uchimanajet7) +- AWS Lambda Go, Amazon Comprehend, Amazon Translate で作るSlack 翻訳Bot #aws #lambda #slack #golang #serverless - uchimanajet7のメモ + - http://uchimanajet7.hatenablog.com/entry/2018/02/23/093000 + ## Licence [MIT License](https://github.com/uchimanajet7/go-reacjilator/blob/master/LICENSE)