Class MiniStackTemplateAdapter

java.lang.Object
com.cloudforgeci.ministack.MiniStackTemplateAdapter
All Implemented Interfaces:
TemplateAdapter

public final class MiniStackTemplateAdapter extends Object implements TemplateAdapter
Produces the explicitly-audited template deployed to MiniStack.

The input is always the canonical AWS template. MiniStack currently does not execute ALB authenticate-cognito/authenticate-oidc actions or EFS CloudFormation resources. EFS-backed task volumes are replaced with Docker host bind mounts so application data persists across local ECS task restarts. Those known divergences and their dependent local wiring are applied to a copy and recorded in the adaptation report; the canonical AWS template is unchanged.