DocsAWS 101Blog
← Back to Blog

API Gateway authorizer cache scoping, an IoT topic-rule engine, and Lambda reliability

August 16, 2026 · v1.4.18

v1.4.18 scopes the API Gateway Lambda authorizer cache to the method and route ARN (a cached Allow no longer leaks across resources or stages), adds an IoT topic-rule engine with WHERE evaluation and non-Lambda actions plus fleet indexing, and hardens Lambda reliability. On top of that: S3 conditional reads on GetObject / HeadObject, Aurora DSQL expression indexes, ALB response streaming, and SES v2 email templates.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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