Versions in this module Expand all Collapse all v0 v0.4.22 Apr 30, 2026 v0.4.21 Apr 8, 2026 Changes in this version + type Deployer struct + func NewDeployer(config *DeployerConfig) (*Deployer, error) + func (d *Deployer) Deploy(ctx context.Context, certPEM, privkeyPEM string) (*deployer.DeployResult, error) + func (d *Deployer) SetLogger(logger *slog.Logger) + type DeployerConfig struct + AccessKeyId string + AccessKeySecret string