Class MiniStackDeployer

java.lang.Object
com.cloudforgeci.ministack.MiniStackDeployer
All Implemented Interfaces:
LocalDeployer, AutoCloseable

public final class MiniStackDeployer extends Object implements LocalDeployer
Creates and incrementally updates CloudFormation stacks against MiniStack. All calls use the configured local endpoint; no host AWS CLI or AWS account is used.
  • Field Details

    • REPLACE_SAME_APP_ENV

      public static final String REPLACE_SAME_APP_ENV
      Disable same-app stack replacement when set to false or 0.
      See Also:
  • Constructor Details

    • MiniStackDeployer

      public MiniStackDeployer()
    • MiniStackDeployer

      public MiniStackDeployer(String endpoint, String region)
      Visible for tests and custom endpoint wiring.
  • Method Details