We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee54ec commit c2f833aCopy full SHA for c2f833a
src/installer/cdk/src/index.ts
@@ -51,7 +51,7 @@ async function main() {
51
`Invalid value for repo_source: ${repoSource} Must repo_source must be one of [github|codecommit]`,
52
);
53
}
54
- new Installer(app, `InstallerStack-${repoSource}`, {
+ new Installer(app, `AcceleratorInstaller${repoSource === RepositorySources.CODECOMMIT ? '-CodeCommit' : ''}`, {
55
stackName: `AcceleratorInstaller${repoSource === RepositorySources.CODECOMMIT ? '-CodeCommit' : ''}`,
56
repoSource,
57
acceleratorVersion,
0 commit comments