Skip to content

Commit

Permalink
feat: add prefixStackIdWithProjectName for backwards compatibility wi…
Browse files Browse the repository at this point in the history
…th 2.x pipeline
  • Loading branch information
m-radzikowski committed Aug 15, 2024
1 parent 2034336 commit 55f205c
Show file tree
Hide file tree
Showing 6 changed files with 217 additions and 275 deletions.
4 changes: 0 additions & 4 deletions example/bin/cdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,4 @@ new CDKApplication({
useChangeSets: false,
selfMutation: false,
},
slackNotifications: {
workspaceId: 'T0D4SS2Q1',
channelId: 'C04S33E0G8Y',
},
});
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"cdk": "cdk"
},
"dependencies": {
"aws-cdk-lib": "2.63.0",
"aws-cdk-lib": "2.88.0",
"constructs": "10.0.0",
"source-map-support": "0.5.21"
},
"devDependencies": {
"@types/node": "18.11.18",
"aws-cdk": "2.63.0",
"aws-cdk": "2.88.0",
"opinionated-cdk-pipeline": "link:..",
"ts-node": "10.9.1",
"typescript": "4.9.5"
Expand Down
Loading

0 comments on commit 55f205c

Please sign in to comment.