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

Method getFunctionName

internal/deploy/lambda.go:304–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

302}
303
304func (d *LambdaDeployer) getFunctionName() string {
305 return fmt.Sprintf("%s-lambda", d.cfg.Deployment.StackName)
306}

Callers 3

DeployLambdaFunctionMethod · 0.95
DeleteLambdaFunctionMethod · 0.95
GetFunctionInfoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected