Skip to content

novemberde/aws-fargate-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-fargate-demo

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

About

AWS fargate demo for AWSKRUG-recap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published