amaingot lifts Mike onto AWS
A single, sweeping commit re-platforms the entire stack from Cloudflare and Supabase onto AWS-native services.
In one go, amaingot swaps out almost every piece of infrastructure under Mike. Supabase auth gives way to Cognito (Amazon's identity service), the Cloudflare object store moves to S3, the Postgres layer is rewired through a modern query toolkit, and Claude access now flows through Bedrock - AWS's managed gateway to foundation models - instead of calling Anthropic directly. OpenAI and Gemini are left untouched.
Local development is built to mirror production: Docker Compose stands up local stand-ins for storage, auth, and email, so contributors can run the whole thing on a laptop. CI builds multi-architecture images and runs database migrations on every pull request. One product-level consequence worth noting: because Bedrock authenticates through AWS itself, the per-user 'bring your own Claude key' feature is removed and the underlying records are purged.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?