otterley

There’s also MiniStack, which forked from LocalStack after they started breaking developer workflows: https://ministack.org/

Both fakecloud and its website look sloppily vibe-coded, and its “authors” are anonymous. It’s going to take a while for it to earn trust. I’d treat it with suspicion. (Curl-to-shell pipe to install? Ugh.)

show comments
shermantanktop

There are so many of these, but none of them simulate the surprise-billing experience.

show comments
arpinum

"46 at true 100% conformance". This is factually incorrect. Inspected their DynamoDB service and it comes nowhere close to implementing the full api.

show comments
karpetrosyan

Interesting thing, looking forward to testing it with my Smithy-generated Python AWS SDK https://github.com/kap-sh/capo

bilekas

There are always nice, but there are a lot of scaffolding work involved with larger systems. It would be nice to be able to provide for example the terraform of the infrastructure and let these tool create their own. Might be a nice feature to add because I haven't seen it done yet.

show comments
matt3210

Why not just offer an AWS compatible cloud service at this point ... can you copyright an API?

gyre007

I kinda like most of these emulators but why is there none targeting GCP/Azure

show comments
igetspam

But how does it compare to floci, which already picked up with localstack left off?

show comments
jeduardo

There is also localemu, which I understand to be another localstack fork: https://localemu.cloud/

michaelastreiko

Local stubs like this are a lifesaver for one-person webhook testing without burning cloud credits every morning.

Lucasoato

I always welcome warmly projects like these, the only problem is that unless there’s a strong community behind, founders tend to build companies around them, raise capital, then put useful functionalities behind paywalls (see localstack).

When I see that, it always reminds me of Steve Jobs’s quote: ”It’s not a product, it’s a feature”.

Aren’t cloud companies like AWS, Azure, GCP the first to be interested in providing their users a meaningful way to do test integrations of their products? Shouldn’t they provide them in the first place?

show comments