Class LocalStackDeployer

java.lang.Object
com.cloudforgeci.localstack.LocalStackDeployer
All Implemented Interfaces:
LocalDeployer, AutoCloseable

public final class LocalStackDeployer extends Object implements LocalDeployer
Creates and incrementally updates CloudFormation stacks against LocalStack. 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

    • LocalStackDeployer

      public LocalStackDeployer()
    • LocalStackDeployer

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