Posts algorithm questions to slack every weekday morning.
- Set environment variables:
source ./setenv.sh gregjohnson-bucket us-west-2 slackbots
. - Run docker image to scrape links:
docker-compose up -d
. - Check links are in
s3://<S3_BUCKET>/<S3_PREFIX>/urls.txt
.
- Build the docker image:
docker-compose build
. - Push the docker image to AWS ECR:
./upload_ecr.sh
. - Deploy the docker image to ECS Fargate with the AWS Console (TODO: terraform).