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

Function buildLambdaProxy

test/e2e/basic_test.go:62–66  ·  view source on GitHub ↗

buildLambdaProxy builds the lambda-nat-proxy binary

()

Source from the content-addressed store, hash-verified

60
61// buildLambdaProxy builds the lambda-nat-proxy binary
62func buildLambdaProxy() error {
63 cmd := exec.Command("make", "build")
64 cmd.Dir = "../.."
65 return cmd.Run()
66}
67
68// deployInfrastructure deploys AWS infrastructure using CLI
69func deployInfrastructure() error {

Callers 1

TestBasicConnectivityFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected