AWS fargate demo for re:Invent recap 2018 in Korea.
How to
$ npm install
$ docker build -t web-app .
$ docker tag web-app:latest <YOUR_REPOSITORY_URL_ON_ECR>/web-app:latest
$ docker push web-app:latest <YOUR_REPOSITORY_URL_ON_ECR>/web-app:latest
Start localhost web-app
$ npm start
How to
Create slack.config.json file on [./crawler/] and set json like below.
{
"URL": "WEB_HOOK_SLACK_URL"
}
$ npm install
$ docker build -t crawler .
$ docker tag crawler:latest <YOUR_REPOSITORY_URL_ON_ECR>/crawler:latest
$ docker push crawler:latest <YOUR_REPOSITORY_URL_ON_ECR>/crawler:latest