DocsAWS 101Blog
← Back to Blog

Every service loads on its own

September 17, 2026 · v1.5.13

v1.5.13 is mostly about things that were quietly costing you: the first request to any service pulled in the whole CloudFormation package, and through its provisioners AppSync and graphql, so a stack you never declared was paying for itself on every cold start. ImportTable created the table, said COMPLETED and never opened the source objects. Under AUTH=true a Secrets Manager grant written by the CDK matched nothing, because the resource was built from the name in the request instead of the stored ARN. Alongside those, the AWS::LanguageExtensions transform arrives.

New

Changed

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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