DocsAWS 101Blog
← Back to Blog

AppSync executes your resolvers, Aurora DSQL foreign keys and CDC streams

August 31, 2026 · v1.5.4

v1.5.4 turns AppSync from stored configuration into a running GraphQL service: APPSYNC_JS resolvers execute, queries parse and validate through graphql-core, the schema / pipeline-function / API-cache control plane lands, and an API's auth modes are enforced the way AWS enforces them. Aurora DSQL gains foreign keys and change-data-capture streams, CloudFormation provisions a JITR fleet's CA certificate, and a wave of stale-state fixes lands across ECS, Lambda, RDS, Kinesis and Cognito.

New

Changed

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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