Hacker News new | ask | show | jobs
by localhoster 85 days ago
IDK, I never fancied using local emulators for stuff like the cloud, as others have pointed out, for UT you can mock cloud services, and for localdevelopment you should intercat with the cloud.

Hiding bad system design behind another docker container will not push you to the right direction, but the opposite.

In addition this is def vide-coded (50k loc in one week) so I don't see how can one trust this even.

1 comments

Tools like this one are for local-first development, obviously you still need "real" staging environments. Deploying changes to staging takes significant time due to cloudformation being horribly slow. This is to move faster so you have tighter feedback loops for infra changes.