Rankings of UC Berkeley box league squash players using TrueSkill Through Time.
See the rankings for current players and all players.
To build and deploy on AWS:
-
Install dependencies:
brew install openjdk@11 sbt awscli terraform
. -
aws configure
. This will prompt for your AWS access key and secret key. -
Run
make
to prepare the Lambda function source code. -
Run
terraform init
andterraform apply
. The latter command will prompt for your AWS access key and secret key.