RSSAmplifier

Blog

Jason Cameron's Posts

Jason Cameron - Shipping from Toronto, Canada. I like occasionally building cool shit

jasoncameron.devRSS feed ↗6 posts

Latest posts

Your Slow Obsidian Is iCloud's Fault

When your vault lives in ~/Documents, iCloud quietly evicts your notes to the cloud as empty stubs and re-downloads them one by one on every launch. Here's how to spot it and fix it.

AWS Lambda InvalidEntrypoint Debugging

Runtime.InvalidEntrypoint can mean async handlers, architecture mismatches, or file permissions — CloudWatch won't tell you which.

AWS CDK Credentials Hell

Fix AWS CDK InvalidClientTokenId error after migrating to AWS SSO. The solution: delete stale ~/.aws/credentials.

Hello World

Hey there - What this site is built with and how it works.

Stop Burning CPU on Dead FastAPI Streams

Monitor FastAPI client connections and auto-cancel abandoned streaming tasks with structured concurrency

How to Stop AI streams in Agno

Build reliable cancellation for Agno AI streaming with FastAPI, WebSockets, and Redis. 5 battle-tested patterns with real failure modes.