Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1011 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 1011 Bytes

job-scraper

A timed event that once a day scraps relevant jobs links and sends them to discord. job-scraper

Deployment

Deployment currently uses Terraform to set up AWS services.

Prerequisites

This repo needs a private Amazon ECR repo to be created in the same region that our container based lambda is deployed to (in our case us-east-1). Name the private repo to headless.

Setting up remote state

Terraform has a feature called remote state which ensures the state of your infrastructure to be in sync for mutiple team members as well as any CI system.

This project requires this feature to be configured. To configure USE THE FOLLOWING COMMAND ONCE PER TEAM.

cd terraform/remote-state
terraform init
terraform apply