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

Function NewLambdaBuilderWithProvider

internal/deploy/lambda_build.go:35–40  ·  view source on GitHub ↗

NewLambdaBuilderWithProvider creates a new Lambda builder with a binary provider

(cfg *config.CLIConfig, provider LambdaBinaryProvider)

Source from the content-addressed store, hash-verified

33
34// NewLambdaBuilderWithProvider creates a new Lambda builder with a binary provider
35func NewLambdaBuilderWithProvider(cfg *config.CLIConfig, provider LambdaBinaryProvider) *LambdaBuilder {
36 return &LambdaBuilder{
37 cfg: cfg,
38 binaryProvider: provider,
39 }
40}
41
42// BuildResult contains information about a Lambda build
43type BuildResult struct {

Callers 1

runDeployFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected