Class LocalStackTemplateAdapter

java.lang.Object
com.cloudforgeci.localstack.LocalStackTemplateAdapter
All Implemented Interfaces:
TemplateAdapter

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

The input is always the canonical AWS template. LocalStack ALB supports forward/redirect/ fixed-response (not authenticate-*), so auth actions are stripped while ECS forward is kept. On Base-tier expectations, EFS and AWS Backup resources are adapted away (bind mounts / removed). Application Auto Scaling is left in place. Canonical AWS templates are unchanged.