Any project with Claude’s signature misaligned ASCII diagram just screams DON’T USE to me. If you can’t even bother to read your damn generated README, how do I know you have QC’ed anything else? At the very least supported features claimed in README / on website could be totally fake, which is extremely common among all the vibed Show HNs. https://github.com/Nahuel990/ministack/blob/a1b1d20a27d2238d...
MiniStack (replacement for LocalStack)
71–80 of 88 posts
Re: MiniStack (replacement for LocalStack)
#72Earlier quoted context omitted.
Mostly I think its not about cost, it is about iteration speed and ability to run in CI environments fast.
If your CI DB is not 100% in parity with the real db -- you are setting yourself up for disaster. It is a false sense of security. Same reason I wince when people say things like "we just use SQLite in tests, but our real db is mysql/psql/etc" The test results have no merit if they are testing against a glorified mock.
Re: MiniStack (replacement for LocalStack)
#73I have detailed knowledge of dynamodb. This code does not properly mimic the service exceptions, input validations, eventual consistency, or edge cases. I would not feel comfortable developing against ministack or running tests against it. A lot of these services also have free tiers, so the use cases are quite minimal.
Re: MiniStack (replacement for LocalStack)
#74[flagged]
Re: MiniStack (replacement for LocalStack)
#75As other commenters have noted, this looks like AI slop. Why is it on the front page? If you go on Reddit, there are at least a dozen AI "vibe coded" shitty local stack alternatives being posted daily. Whats special about this??
What’s different? IDK, you could try the "dozen AI vibe coded shitty local stack alternatives" and post it on your blog
Re: MiniStack (replacement for LocalStack)
#76I'm frustrated with the Localstack license changes and will evaluate ministack. But, for anybody else who needs a quick fix - you can pin to the `community-archive` tag and it should unblock you quickly: https://hub.docker.com/layers/localstack/localstack/communit...
Re: MiniStack (replacement for LocalStack)
#77I have detailed knowledge of dynamodb. This code does not properly mimic the service exceptions, input validations, eventual consistency, or edge cases. I would not feel comfortable developing against ministack or running tests against it. A lot of these services also have free tiers, so the use cases are quite minimal.
Re: MiniStack (replacement for LocalStack)
#78I have detailed knowledge of dynamodb. This code does not properly mimic the service exceptions, input validations, eventual consistency, or edge cases. I would not feel comfortable developing against ministack or running tests against it. A lot of these services also have free tiers, so the use cases are quite minimal.
Re: MiniStack (replacement for LocalStack)
#79Re: MiniStack (replacement for LocalStack)
#80I'm frustrated with the Localstack license changes and will evaluate ministack. But, for anybody else who needs a quick fix - you can pin to the `community-archive` tag and it should unblock you quickly: https://hub.docker.com/layers/localstack/localstack/communit...
Thoughts on https://github.com/hectorvent/floci ?