June 24, 2026 · v1.3.67
v1.3.67 adds OpenAPI Body import for CloudFormation REST APIs and EC2 IAM instance-profile association APIs, alongside AWS-parity fixes across Cognito, API Gateway, and RDS Data API — driven by reported issues and contributed PRs.
AWS::ApiGateway::RestApi imports an OpenAPI Body. A REST API defined inline through the Body property now materializes its paths, methods, and x-amazon-apigateway-integration blocks as real resources, methods, and integrations, covering the basic SAM-transform Swagger 2.0 + Lambda-proxy shape. Partial support — authorization, request/response validation, and most extensions are not yet handled. Contributed by @maximoosemine.AssociateIamInstanceProfile, DescribeIamInstanceProfileAssociations, ReplaceIamInstanceProfileAssociation, and DisassociateIamInstanceProfile are now implemented; launch-time associations are backfilled and cleared on termination, so Terraform's aws_instance iam_instance_profile round-trips without drift. Contributed by @D-artisan.client_secret_post fallback, as Go/Vault does) got invalid_grant on the retry. The client credentials are now validated before the code is consumed, so HTTP Basic client authentication succeeds. Reported by @pny-nc.{param} sibling regardless of creation order. A literal path (e.g. /users/verifyUserEmail) returned 405 when a {id} sibling under the same parent was registered first, because resolution followed resource-creation order instead of AWS specificity. Resolution now orders literal > {param} > {proxy+}. Reported by @ethan-dyas438.:name placeholders are substituted by whole token. The earlier substring replacement could corrupt an unrelated longer token (a :id parameter ate into a literal :identity) and was fragile around ::type casts. Substitution is now a single token-aware pass, keeping :1 / :10 distinct, leaving ::jsonb casts intact, and passing through any :word that is not a supplied parameter. Reported by @awilson9.Transform: AWS::Serverless-2016-10-31 is not expanded, so a SAM template still needs the CDK/CloudFormation-synthesized form; the docs now point to the IaC guidance and MiniStack MCP. An explicit AWS::ApiGateway::RestApi with an OpenAPI Body is partially handled (see New). Contributed by @dashitongzhi.docker pull ministackorg/ministack:1.3.67 docker run -d -p 4566:4566 ministackorg/ministack:1.3.67
Or pin in compose.yaml:
services:
ministack:
image: ministackorg/ministack:1.3.67
ports:
- "4566:4566"
Issues and PRs welcome on GitHub. Discussion on r/ministack.