Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
func
(d *LambdaDeployer) getFunctionName() string {
305
return
fmt.Sprintf(
"%s-lambda"
, d.cfg.Deployment.StackName)
306
}
Callers
3
DeployLambdaFunction
Method · 0.95
DeleteLambdaFunction
Method · 0.95
GetFunctionInfo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected