DocsAWS 101Blog
← Back to Blog

AWS IoT and AppSync Events region-isolated, plus S3 Tables, Step Functions, and CloudFormation fixes

July 28, 2026 · v1.4.8

v1.4.8 continues the multi-region push — AWS IoT (control plane and MQTT broker) and AppSync Events now isolate state by account and region. It also lands parity fixes for S3 Tables Iceberg commits and CloudFormation schema wiring, Step Functions JSONPath array indexing, and a crash on aws-cdk-local cross-stack deploys.

Multi-region — AWS IoT and AppSync Events

Fixes

Upgrade

docker pull ministackorg/ministack:1.4.8
docker run -d -p 4566:4566 ministackorg/ministack:1.4.8

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.4.8
    ports:
      - "4566:4566"

Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.