Fetches and stores all track names from https://residentadvisor.net/tracks/{i}
where i
goes from 1
to +∞
virtualenv ./.venv
source ./.venv/bin/activate
pip install -r requirements.txt
python main.py
deactivate
apex build from-residentadvisor
apex deploy from-residentadvisor --region eu-west-1
- DynamoDB table:
- CursorsTable
- name:
any_tracks
- partition key:
host
(string) - sort key:
id
(decimal)
- partition key:
- name:
- CursorsTable
- IAM role:
- name:
apex_lambda_function
- permissions: IAM, DynamoDB, Lambda
- name: