From 1f46b43367ff867f7396ac0864985d54218689bb Mon Sep 17 00:00:00 2001 From: uchimanajet7 Date: Fri, 23 Feb 2018 09:32:47 +0900 Subject: [PATCH] add link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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)