- 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
pip install --target package -r deps.txt - Run
copy handler.py package - Zip contents
- Set
terraform.tfvarscontents - Run
terraform init -backend-config="bucket=<TF_STATE_BUCKET>" - Run
terraform plan -out=tfplan - Run
terraform apply tfplan