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

Function deployInfrastructure

test/e2e/basic_test.go:69–73  ·  view source on GitHub ↗

deployInfrastructure deploys AWS infrastructure using CLI

()

Source from the content-addressed store, hash-verified

67
68// deployInfrastructure deploys AWS infrastructure using CLI
69func deployInfrastructure() error {
70 cmd := exec.Command("./build/lambda-nat-proxy", "deploy")
71 cmd.Dir = "../.."
72 return cmd.Run()
73}
74
75// startLambdaProxy starts the lambda-nat-proxy process
76func startLambdaProxy(ctx context.Context) (*exec.Cmd, error) {

Callers 1

TestBasicConnectivityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected