Documentation
¶
Overview ¶
Package infrastructure prepares the desired state of the CloudFormation templates provided within the configured infrastructure repository. Those templates are fetched from Github and uploaded to S3. See e.g. https://github.com/0xSplits/infrastructure for a reference of the remote Github repository.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infrastructure ¶
type Infrastructure struct {
// contains filtered or unexported fields
}
func New ¶
func New(c Config) *Infrastructure
func (*Infrastructure) Active ¶ added in v0.4.0
func (i *Infrastructure) Active() bool
Active determines whether this worker handler ought to be executed based on the underlying policy implementation.
func (*Infrastructure) Ensure ¶
func (i *Infrastructure) Ensure() error
Click to show internal directories.
Click to hide internal directories.