DocsAWS 101Blog
← Back to Blog

Aurora DSQL emulator, API Gateway Lambda authorizers, and CloudFormation update fidelity

August 12, 2026 · v1.4.16

v1.4.16 adds a new service and hardens three more. Aurora DSQL arrives as a control-plane emulator with an optional real-Postgres backend, API Gateway (REST) now invokes custom Lambda authorizers on the request path, and CloudFormation stack updates stop duplicating and misresolving resources. On top of that: S3 versioned-metadata and GetBucketLocation fixes, and a Route 53 PENDING change.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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