DocsAWS 101Blog
← Back to Blog

SNS mobile push, SAM transforms, IAM group policies, and OIDC/Lambda/Cognito fixes

June 30, 2026 · v1.3.70

v1.3.70 adds the SNS mobile-push endpoint lifecycle and CloudFormation AWS SAM transform expansion, plus IAM group-policy management, alongside fixes for S3 to EventBridge event shapes, OIDC discovery caching, Lambda worker resource leaks, and Cognito Basic-auth credential decoding.

CloudFormation — AWS SAM transform

IAM — group policies

SNS — mobile-push endpoint lifecycle

S3

API Gateway

Lambda

Cognito

Upgrade

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

SAM transform expansion requires the full image:

docker pull ministackorg/ministack:1.3.70-full

Or pin in compose.yaml:

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

Stay in sync

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