You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add aws-ministack component
Add MiniStack as a free, open-source LocalStack alternative.
MiniStack supports 30+ AWS services on a single port (4567) with
no account, license key, or telemetry required.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: mark LocalStack as legacy, add MiniStack comparison
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
> **`stack aws` (LocalStack) is considered legacy.** LocalStack moved most of its core services behind a paid subscription. `stack aws-ministack` using [MiniStack](https://ministack.org/) is the recommended free alternative — it is a drop-in replacement compatible with any AWS CLI or SDK tool via `--endpoint-url=http://localhost:4567`.
108
+
109
+
---
110
+
97
111
⚠️ **Remember:** this is suited for development environments only.
0 commit comments