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

Function GetDefaultStackName

internal/config/defaults.go:182–184  ·  view source on GitHub ↗

GetDefaultStackName returns the default stack name

()

Source from the content-addressed store, hash-verified

180
181// GetDefaultStackName returns the default stack name
182func GetDefaultStackName() string {
183 return generateDefaultStackName()
184}
185
186// GetDefaultBucketName returns the default S3 bucket name based on stack name and account ID
187func GetDefaultBucketName(stackName, accountID string) string {

Callers

nothing calls this directly

Calls 1

generateDefaultStackNameFunction · 0.85

Tested by

no test coverage detected