Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NoStackUpdatesToPerform ¶
aws-sdk doesn't return an easily detectable Code. UpdateStack returns a "ValidationError" error with a specific Message. This function searches for the message that indicates not updates are to be performed. This is definitely fragile.
Types ¶
type Cloudformation ¶
type Cloudformation struct {
// contains filtered or unexported fields
}
func NewDeployer ¶
func NewDeployer(svc cloudformationiface.CloudFormationAPI) *Cloudformation
func (*Cloudformation) Create ¶
func (c *Cloudformation) Create(s *Stack) error
func (*Cloudformation) IsDeployed ¶
func (c *Cloudformation) IsDeployed(name string) (bool, error)
func (*Cloudformation) Update ¶
func (c *Cloudformation) Update(s *Stack) error
Click to show internal directories.
Click to hide internal directories.