DocsAWS 101Blog
← Back to Blog

Seven more CloudFormation resource types, Aurora MySQL global replication, and nine services region-isolated

July 24, 2026 · v1.4.6

v1.4.6 continues the CloudFormation coverage push — seven more resource types that used to roll a stack back with Unsupported resource type now provision cleanly, across EC2, API Gateway, AppSync, Lambda, CloudWatch Logs, and CloudFront. It also adds REST API exports, GTID-based Aurora MySQL global replication, region isolation for nine more services, and fixes to Cognito Hosted UI sign-in and Docker-executed Lambda custom resources.

CloudFormation — seven new resource types

API Gateway — REST API exports

RDS — Aurora MySQL global replication

Multi-region — nine more services

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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