Hiraeth: Local AWS Emulator for Integration Testing with SQS Support
By
ozarkerD
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
Hiraeth is an open-source local AWS emulator designed for fast integration testing, currently focusing on SQS functionality. It allows AWS SDK requests to go through a local HTTP endpoint, stores state in SQLite, and includes an optional web UI for debugging. The project is in early development and intended for local development and test environments, not as a production AWS replacement. It can be started with Docker Compose and provides AWS-compatible endpoints and admin UI on localhost ports.
Key quotes
· 4 pulledHiraeth is a local AWS emulator focused on fast integration testing.
The first release target is SQS: signed AWS SDK requests go through a local HTTP endpoint, state is stored in SQLite, and an optional web UI exposes the local emulator state for debugging.
This project is early. It is intended for local development and test environments, not as a production AWS replacement.
The AWS-compatible endpoint listens on http://localhost:4566. The admin UI listens on http://localhost:4567.
You might also wanna read
GitHub Copilot code reviews to consume GitHub Actions minutes starting June 2026
GitHub has announced that starting June 1, 2026, GitHub Copilot code reviews will begin consuming GitHub Actions minutes for billing purpose
LocalStack: A Local AWS Cloud Emulator for Development and Testing
LocalStack is a cloud service emulator that allows developers to run AWS applications locally without connecting to remote cloud providers.
Introduction to CEL (Common Expression Language) and Its Applications
This article introduces CEL (Common Expression Language), a portable and safe expression language used for evaluating expressions against va
AWS Go SDK EC2 Update Adds Nested Virtualization Support
AWS has released version 1.288.0 of its Go SDK for EC2 service, introducing a key new feature: nested virtualization support. This allows us
Fly.io Introduces Writeable Root Filesystems as Alternative to Ephemeral Sandboxes
Fly.io argues that traditional read-only sandboxes for code execution are obsolete and introduces a new approach using writeable root filesy
GitHub Actions Introduces $0.002 Per-Minute Platform Fee, Ending Free Control Plane
GitHub is introducing a $0.002 per-minute platform fee for all GitHub Actions usage, eliminating the previously free control plane. This cha
