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