# Functions
AddWorkloadToAppOptWithoutECR adds a workload to app without creating an ECR repo.
IsEmptyErr returns true if the error occurred because the cloudformation resource does not exist or does not contain any sub-resources.
New returns a configured CloudFormation client.
WithProgressTracker updates the CloudFormation client to write stack updates to a file.
WrapWithTemplateOverrider returns a wrapped stack, such that Template calls returns an overriden stack template.
# Structs
AddEnvToAppOpts contains the parameters to call AddEnvToApp.
CloudFormation wraps the CloudFormationAPI interface.
ErrStackDeletedOnInterrupt means stack is deleted on interrupt.
ErrStackUpdateCanceledOnInterrupt means stack update is canceled on interrupt.
RemoveEnvFromAppOpts contains the parameters to call RemoveEnvFromApp.
# Interfaces
An Overrider transforms the content in body to out.
StackConfiguration represents the set of methods needed to deploy a cloudformation stack.
# Type aliases
AddWorkloadToAppOpt allows passing optional parameters to AddServiceToApp.
OptFn represents an optional configuration function for the CloudFormation client.