DocsAWS 101Blog
← Back to Blog

CloudFormation resource coverage, OpenSearch packages, Cognito session refresh, and Batch/SES region isolation

July 22, 2026 · v1.4.5

v1.4.5 is a CloudFormation coverage release: eight resource types that used to roll a stack back with Unsupported resource type now provision cleanly — across API Gateway, Lambda, CloudWatch, OpenSearch, and Cognito. It also adds OpenSearch package management, the Cognito GetTokensFromRefreshToken action that aws-amplify v6.15+ depends on, region isolation for Batch and SES, and fixes across CloudFront, SQS, API Gateway, EC2, and Lambda.

CloudFormation — eight new resource types

OpenSearch — package management

Cognito — resource servers and session refresh

Multi-region — Batch and SES join

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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