What's Changed
- feat: support configurable region via MINISTACK_REGION env variable by @xingzihai in https://github.com/Nahuel990/ministack/pull/60
- feat: MINISTACK_REGION env var across all 25 services (v1.1.16) by @Nahuel990 in https://github.com/Nahuel990/ministack/pull/61
[1.1.16] — 2026-04-01
Added
MINISTACK_REGIONenvironment variable — all 25 services now read region fromMINISTACK_REGION(defaulting tous-east-1); previously all services hardcoded the region in ARNs and response metadata. Lambda also checksAWS_DEFAULT_REGIONas a secondary fallback. Contributed by @xingzihai and @santiagodoldan
Tests
- 815 tests total, all passing