DocsAWS 101Blog
← Back to Blog

EventBridge API destination hardening, API Gateway v2 Lambda authorizers, and an S3 conformance batch

August 14, 2026 · v1.4.17

v1.4.17 hardens EventBridge API destination delivery so caller-supplied endpoints and credentials are validated and contained, enforces API Gateway (HTTP API / v2) custom Lambda authorizers, and lands a large S3 conformance batch. On top of that: broader CloudFormation resource coverage (LayerVersionPermission, IoT and Cognito types, S3 bucket notifications, and stack-metadata persistence) and two new Step Functions intrinsics.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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