|
|
|
|
|
by gwph
1983 days ago
|
|
https://lofichess.com I wanted a trimmed down interface for following live chess streams. To keep the website updated I run an AWS Lambda every two minutes that does the following: 1. Pulls active streams from the Twitch API. 2. Uses the Go templates library to repackage the response as static HTML. 3. Uploads the static HTML to S3, where it is served behind CloudFront. |
|