Show HN: Hiraeth – AWS Emulator

(github.com)

39 points | by ozarkerD 3 days ago ago

9 comments

  • MouadNos 4 hours ago ago

    what compatibility surface is prioritized first for SQS edge cases

  • great_psy 3 days ago ago

    What kind of things would you use this to simulate ?

    Is this to make sure services are wired up with permission and communicate properly before you deploy or what is the use case ?

    Also, why not have a dev environment where you can test things on the real thing (ideally with smaller size instances to save $)

    • giza182 3 days ago ago

      Intergration testing is one. You can run this in your ci/locally to speed up tests. Or just for local dev. We do this with localstack[1]

      [1] https://www.localstack.cloud/

    • ozarkerD 3 days ago ago

      Yep integration is my use case as well. It’s nice to not have to worry about setting up real infrastructure for testing client code, parallel execution if you’re on a team, clearing out state each run, etc…

  • michalc a day ago ago

    > the rest will soon follow

    If you’re looking for requests ;-), I would love an ECS (and specifically Fargate) emulator that actually ran Docker containers locally as though they were in ECS

  • slava_vechir_2 a day ago ago

    Works perfectly.

  • Carrok 3 days ago ago

    Looks cool! Now add (simulated) billing. ;)

    • ryanisnan 3 days ago ago

      Easy... $<INSERT_VERY_LARGE_RANDOM_NUMBER_HERE>

  • leetrout 3 days ago ago

    Another SQS stand-in is smoothmq

    https://github.com/poundifdef/smoothmq