7 min readaws
Bedrock 429'd My Token Quota and I Hadn't Done Anything Yet
Fix Claude Code 429 errors on Amazon Bedrock. The real cause is max_tokens defaulting to 64k with a 5x burndown rate. One env variable solves it.
Essays · Notes · Field Reports
Things I've learned breaking production, debugging at strange hours, and trying to ship software I'm proud of.
Fix Claude Code 429 errors on Amazon Bedrock. The real cause is max_tokens defaulting to 64k with a 5x burndown rate. One env variable solves it.
Silent Schema Drift: How a text-to-jsonb cast broke production
I set up my own VPS, documented every step, and ended up with a repeatable deployment pipeline. This is both a checklist for my future self and a guide for a...