Menu

Post image 1
Post image 2
1 / 2
0

I built a free LocalStack alternative in Go — v0.6.0 is out with 37 AWS services

DEV Community·Twisted-Code'r·27 days ago
#01qoqGDJ
#whats#aws#go#opensource#localhost#endpoint
Reading 0:00
15s threshold

So I've been working on this project called CloudDev for a while now. It's basically a local AWS emulator — think LocalStack but free, open source, and a single Go binary with zero dependencies. I just shipped v0.6.0 and wanted to share what's new. Why I built this Honestly? LocalStack's free tier kept getting more and more limited. Every time I needed a service it was "pro only". I just wanted to test my AWS code locally without spinning up real infrastructure or paying for a subscription. So I started building CloudDev. The goal was simple — emulate the AWS services I actually use, make it work with the existing AWS CLI and SDKs without any config changes, and keep it as a single binary I can just run anywhere. What's new in v0.6.0 This release was focused on infrastructure completeness.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More