- Scheduled new entries via subscription on daily basis providing title and link
- Python
- AWS
- Terraform
- Install pipenv globally
pip install -r requirements.txt - Set up environment
pipenv install --ignore-pipfile --dev - Activate virtual environment
pipenv shell
- Activate virtual environment if not active
pipenv shell - Run
pipenv requirements > deps.txt - Run
pipenv run create_package.py -r deps.txt - Set
terraform.tfvarscontents - Run
terraform init -backend-config="bucket=<TF_STATE_BUCKET>" - Run
terraform plan -out=tfplan - Run
terraform apply tfplan