dropthejase moves the Louis backend onto AWS serverless
The fork repackages its entire backend to run on Amazon's pay-as-you-go cloud - and then commits to it fully, dropping the old self-hosted path.
dropthejase has rebuilt how Louis runs behind the scenes. The same backend now ships as an AWS Lambda function - Amazon's serverless compute, which spins up on demand and bills per request rather than keeping a server running around the clock. The work started as a dual setup that could run either locally or on Lambda, then a later pass cut the local option entirely and went Lambda-only.
The move pulls the supporting pieces into the AWS ecosystem too: credentials are fetched from Amazon's secrets vault, login checks are handed off to AWS's API gateway, and file storage shifts to Amazon's S3 - retiring the previous Cloudflare-based storage option.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?