package
1.34.1
Repository: https://github.com/aws/copilot-cli.git
Documentation: pkg.go.dev

# Packages

Package mocks is a generated GoMock package.
Package stack provides functionality to transform manifest files and additional runtime configuration into CloudFormation stacks.

# 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.