astro / relaylist-api

The SAM code for the https://RelayList.com API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relaylist API

This is the API for RelayList.com.

API Endpoint: api.relaylist.com

There are three primary components:

  1. Storage - A DynamoDB table for tracking relays.
  2. Updater - A Lambda function run on a cron to update the participating servers in the relay.
  3. API - A Lambda function and API Gateway to query the relays.

Todo

  • Add additional information fields in DynamoDB
  • Track users on participating servers to guage actual volume
  • Update tests

About

The SAM code for the https://RelayList.com API


Languages

Language:Python 100.0%