Skip to content

Commit 868a2fc

Browse files
Add cloudformation stack name for use with diff
Co-authored-by: Akash <akash1810@users.noreply.github.com>
1 parent a530e63 commit 868a2fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cdk/bin/cdk.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ new SloMonitoring(app, 'SloMonitor-PROD', {
5858
new SenderWorkerStack(app, 'SenderWorkerStack-CODE', {
5959
stack: 'mobile-notifications-workers',
6060
stage: 'CODE',
61+
cloudFormationStackName: 'notification-sender-workers-cdk-CODE'
6162
});
6263

6364
new SenderWorkerStack(app, 'SenderWorkerStack-PROD', {

0 commit comments

Comments
 (0)