GetDefaultStackName returns the default stack name
()
| 180 | |
| 181 | // GetDefaultStackName returns the default stack name |
| 182 | func GetDefaultStackName() string { |
| 183 | return generateDefaultStackName() |
| 184 | } |
| 185 | |
| 186 | // GetDefaultBucketName returns the default S3 bucket name based on stack name and account ID |
| 187 | func GetDefaultBucketName(stackName, accountID string) string { |
nothing calls this directly
no test coverage detected