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

Function NewLambdaDeployer

internal/deploy/lambda.go:32–37  ·  view source on GitHub ↗

NewLambdaDeployer creates a new Lambda deployer

(clients *awsclients.Clients, cfg *config.CLIConfig)

Source from the content-addressed store, hash-verified

30
31// NewLambdaDeployer creates a new Lambda deployer
32func NewLambdaDeployer(clients *awsclients.Clients, cfg *config.CLIConfig) *LambdaDeployer {
33 return &LambdaDeployer{
34 clients: clients,
35 cfg: cfg,
36 }
37}
38
39// LambdaDeployResult contains information about a Lambda deployment
40type LambdaDeployResult struct {

Callers 3

runDestroyFunction · 0.92
runStatusFunction · 0.92
runDeployFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected