Versions in this module Expand all Collapse all v0 v0.0.1 Feb 4, 2024 Changes in this version + const ConfigFilePath + type Config struct + AllowOrigins model.AllowOrigins + CustomDomain model.Domain + DebugLocalstackEndpoint model.Endpoint + DeployTarget DeployTarget + Region model.Region + S3Bucket model.Bucket + SpareTemplateVersion TemplateVersion + func NewConfig() *Config + func (c *Config) DefaultS3BucketName() model.Bucket + func (c *Config) Read(r io.Reader) (err error) + func (c *Config) Validate(debugMode bool) error + func (c *Config) Write(w io.Writer) (err error) + type DeployTarget string + func (d DeployTarget) String() string + func (d DeployTarget) Validate() error + type TemplateVersion string + const CurrentSpareTemplateVersion + func (t TemplateVersion) String() string + func (t TemplateVersion) Validate() error