Skip to content

austin1237/job-scraper

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published