Skip to content

Commit 2051a29

Browse files
author
AmmarKarachi
committed
fix: hardcoded include
1 parent db0ece0 commit 2051a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/export-backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class AmplifyExportedBackend
4949
) {
5050
super(scope, id, props.path, props.amplifyEnvironment);
5151

52-
this.rootStack = new cdk.Stack(scope, 'AmplifyStack', {
52+
this.rootStack = new cdk.Stack(scope, `${id}-amplify-backend-stack`, {
5353
...props,
5454
stackName: this.exportBackendManifest.stackName,
5555
});

0 commit comments

Comments
 (0)