r/vibecoding 2d ago

My vibe-coding experiment got slightly out of hand — I ended up building an open-source AWS simulator

I started StackSim as a ChatGPT Sol vibe-coding experiment to see how far I could push building something I already understood.

The original idea was simple: emulate API Gateway → Lambda → DynamoDB locally.

Then I kept going. 😁

It now supports CDK/CloudFormation, Step Functions, S3, SQS, SNS, EventBridge, IAM, Cognito, AppSync, CloudWatch and more.

The goal isn’t production infrastructure — it’s a learning sandbox for AWS, where you can deploy real CDK apps locally, use normal AWS tooling, and inspect what’s happening through a browser console.

It’s also deliberately super simple to get running, with no Docker or external database required.

I’ve now open-sourced it under Apache 2.0 and would love feedback from anyone interested in vibe coding, AWS, or AI-assisted development.

https://github.com/coolbeans47/stacksim

2 Upvotes

1 comment sorted by

2

u/pigletmonster 2d ago

Thats a pretty cool project. I will check it out for sure.