MCPcopy Create free account
hub / github.com/dan-v/lambda-nat-proxy / TriggerDeployer

Struct TriggerDeployer

internal/deploy/triggers.go:28–31  ·  view source on GitHub ↗

TriggerDeployer handles S3 trigger configuration

Source from the content-addressed store, hash-verified

26
27// TriggerDeployer handles S3 trigger configuration
28type TriggerDeployer struct {
29 clients *awsclients.Clients
30 cfg *config.CLIConfig
31}
32
33// NewTriggerDeployer creates a new trigger deployer
34func NewTriggerDeployer(clients *awsclients.Clients, cfg *config.CLIConfig) *TriggerDeployer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected