DocsAWS 101Blog
← Back to Blog

Lambda Function URL data plane, API Gateway v1 region isolation, and Step Functions EC2 output shapes

August 4, 2026 · v1.4.11

v1.4.11 serves the Lambda Function URL data plane, extends account+region isolation to API Gateway v1 and CloudWatch Logs Insights queries, and reshapes Step Functions aws-sdk:ec2 task output to the SDK shape. It also completes the CloudWatch CBOR fix that unblocks the Terraform AWS provider.

New

Multi-region — API Gateway v1 and CloudWatch Logs

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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