DocsAWS 101Blog
← Back to Blog

Amazon Transcribe lands, Lambda SnapStart, ALB OIDC authentication

September 2, 2026 · v1.5.6

v1.5.6 ships Amazon Transcribe as a new service, teaches Lambda real SnapStart semantics — init at publish, pre-warmed first invoke, runtime hooks — and makes the ALB authenticate-oidc action authenticate. The IAM enforcement layer gains the managed-policy ARNs CDK actually attaches, and an unregistered Host is no longer routed by service-token substring.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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