March 31, 2026
Popcorn out: AWS devs at war
Ministack (Replacement for LocalStack)
Free MiniStack storms in as LocalStack goes paid — devs cheer, jeer, and fear
TLDR: MiniStack launches as a free, no‑signup stand‑in for LocalStack after LocalStack paywalled core features. Commenters are split between excitement about a no-cost option, doubts about long‑term sustainability and accuracy, and warnings that tiny mismatches with the real cloud can still wreck launches.
The internet’s cloud-coding corner is on fire. LocalStack, the popular “pretend AWS” (Amazon’s cloud) for local testing, moved key features behind a paywall — and now MiniStack appears like a free, MIT-licensed hero, promising 33 services on one port, plus real Postgres and Redis, no sign-ups, and no tracking. It’s literally a copy‑paste start command and a bold claim: “drop‑in replacement.” GitHub
Cue the drama. Nostalgic devs like giobox are mourning the paywall and confessing they “always hoped Amazon would buy LocalStack” so a free option became official. Skeptics like staticassertion wonder how any clone can keep up with dozens of Amazon services without getting paid. And then there’s kay_o, who swings in with a scorcher, accusing the project’s credits of being “AI slop.” Spicy! Meanwhile, pragmatists like volume_tech say the real villain isn’t missing features but drift — those tiny mismatches between local tests and the real cloud that blow up at launch. Another commenter drops an “earlier alternative” link, turning this into a full-on emulator bake-off.
The vibe: half the crowd is yelling “Finally, free again,” half is muttering “Too good to be true,” and everyone’s refreshing Docker Hub like it’s a season finale. It’s tech soap opera meets build pipeline — with extra popcorn.
Key Points
- •MiniStack is a free, MIT-licensed drop-in replacement for LocalStack after LocalStack moved core services behind a paid plan.
- •It runs 33 AWS services on a single port (default localhost:4566) and requires no account, license key, or telemetry.
- •MiniStack uses real infrastructure locally: RDS provisions real Postgres/MySQL containers, ElastiCache provisions real Redis/Memcached, and ECS starts real Docker containers.
- •Athena can execute real SQL via DuckDB when installed; a broad set of AWS services (e.g., S3, SQS, SNS, DynamoDB, Lambda, API Gateway) are supported.
- •Standard AWS CLI commands work against the local endpoint, with examples for S3, RDS (Postgres on localhost:15432), and ElastiCache (Redis on localhost:16379).