MiniStack
Ministack: Free, open-source local AWS emulator
MiniStack is an open-source local AWS emulator designed as a lightweight, fully free alternative to tools like LocalStack, enabling developers to replicate cloud environments directly on their machines. It emulates over 35 AWS services through a single unified endpoint, allowing developers to test applications, infrastructure, and CI/CD pipelines without needing real cloud resources. One of its defining characteristics is its use of “real infrastructure” where possible, meaning services like databases and container orchestration are backed by actual technologies such as PostgreSQL, MySQL, Redis, and Docker instead of pure mocks. ...