A timed event that once a day scraps relevant jobs links and sends them to discord.
Deployment currently uses Terraform to set up AWS services.
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.
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