Has anyone tried FakeCloud.dev for local AWS testing?

0
0
Asked By TechWhiz123 On

I've come across some ads for FakeCloud.dev, and it seems like a promising tool. Has anyone actually used it? I'm curious about who the developers are as well. They claim to be an alternative to LocalStack, which sounds appealing on paper.

3 Answers

Answered By CodeCrafter99 On

There are scenarios where working with AWS directly isn't possible. In my experience, I've been part of teams that couldn't get access to create development environments or deploy from local setups. Waiting for code merges to test changes on real services is a hassle, so having a local emulation tool can make things a lot easier.

DevNarrative -

That makes sense. Local tools can help avoid unnecessary surprises when managing resources, especially when using Terraform.

CloudExplorer -

Exactly! It’s all about isolating your setup without incurring costs, especially if you're working with CI pipelines or local testing without internet access.

Answered By OpenSourceFan On

I haven't heard much about FakeCloud.dev, but I've noticed that tools like Floci and Ministack are gaining popularity. Both of them are community-driven and promise to be free forever.

Answered By DevNarrative On

I don't see the point in using a third-party service to mimic AWS. Why not just test against AWS directly? If you're using AWS services outside of integration and end-to-end testing, maybe it's time to look into shifting left.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.