All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Hiraeth: Local AWS Emulator for Integration Testing with SQS Support

By

ozarkerD

1mo ago· 5 min readenCode

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 pulled
Hiraeth 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.
Snippet from the RSS feed
Contribute to SethPyle376/hiraeth development by creating an account on GitHub.

You might also wanna read