Interface TemplateAdapter
- All Known Implementing Classes:
LocalStackTemplateAdapter, MiniStackTemplateAdapter
public interface TemplateAdapter
Adapts a canonical AWS CloudFormation template for a local emulator target.
Implementations live in target modules (for example cloudforge-ministack).
-
Method Summary
Modifier and TypeMethodDescriptionApplication URL from adapted template outputs, if present.booleanWhether a local auth runtime should be started after deploy.
-
Method Details
-
adapt
TemplateAdaptationResult adapt(com.fasterxml.jackson.databind.node.ObjectNode canonicalTemplate, String stackName) -
requiresLocalAuthRuntime
Whether a local auth runtime should be started after deploy. -
applicationUrl
Application URL from adapted template outputs, if present.
-